-
Bug
-
Resolution: Fixed
-
P4
-
None
-
$ bash --version
GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
-
b23
-
x86_64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063168 | 8u45 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8051052 | 8u40 | Mike Duigou | P4 | Resolved | Fixed | b01 |
JDK-8071115 | emb-8u47 | Unassigned | P4 | Resolved | Fixed | team |
Though get_source.sh seems to work fine it outputs error/warning messages:
$ bash get_source.sh
get_source.sh: line 58: [: 1+20140303: integer expression expected
get_source.sh: line 64: [: 1+20140303: integer expression expected
No repositories to process.
# Repositories: . corba jaxp jaxws langtools jdk hotspot nashorn deploy install sponsors pubs
.: cd . && hg pull -u
corba: cd corba && hg pull -u
jaxp: cd jaxp && hg pull -u
jaxws: cd jaxws && hg pull -u
langtools: cd langtools && hg pull -u
jdk: cd jdk && hg pull -u
hotspot: cd hotspot && hg pull -u
nashorn: cd nashorn && hg pull -u
jaxp: pulling from http://hg.openjdk.java.net/jdk9/dev/jaxp
.: pulling from http://hg.openjdk.java.net/jdk9/dev
corba: pulling from http://hg.openjdk.java.net/jdk9/dev/corba
langtools: pulling from http://hg.openjdk.java.net/jdk9/dev/langtools
nashorn: pulling from http://hg.openjdk.java.net/jdk9/dev/nashorn
hotspot: pulling from http://hg.openjdk.java.net/jdk9/dev/hotspot
jaxws: pulling from http://hg.openjdk.java.net/jdk9/dev/jaxws
jdk: pulling from http://hg.openjdk.java.net/jdk9/dev/jdk
$ bash get_source.sh
get_source.sh: line 58: [: 1+20140303: integer expression expected
get_source.sh: line 64: [: 1+20140303: integer expression expected
No repositories to process.
# Repositories: . corba jaxp jaxws langtools jdk hotspot nashorn deploy install sponsors pubs
.: cd . && hg pull -u
corba: cd corba && hg pull -u
jaxp: cd jaxp && hg pull -u
jaxws: cd jaxws && hg pull -u
langtools: cd langtools && hg pull -u
jdk: cd jdk && hg pull -u
hotspot: cd hotspot && hg pull -u
nashorn: cd nashorn && hg pull -u
jaxp: pulling from http://hg.openjdk.java.net/jdk9/dev/jaxp
.: pulling from http://hg.openjdk.java.net/jdk9/dev
corba: pulling from http://hg.openjdk.java.net/jdk9/dev/corba
langtools: pulling from http://hg.openjdk.java.net/jdk9/dev/langtools
nashorn: pulling from http://hg.openjdk.java.net/jdk9/dev/nashorn
hotspot: pulling from http://hg.openjdk.java.net/jdk9/dev/hotspot
jaxws: pulling from http://hg.openjdk.java.net/jdk9/dev/jaxws
jdk: pulling from http://hg.openjdk.java.net/jdk9/dev/jdk
- backported by
-
JDK-8051052 get_source.sh outputs 'integer expression expected' messages
- Resolved
-
JDK-8063168 get_source.sh outputs 'integer expression expected' messages
- Resolved
-
JDK-8071115 get_source.sh outputs 'integer expression expected' messages
- Resolved