mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6877188: some javac shell tests do not work on Windows
Reviewed-by: darcy
This commit is contained in:
parent
e4158efc0e
commit
45e9a3c1e9
8 changed files with 32 additions and 29 deletions
|
@ -75,6 +75,11 @@ case "$OS" in
|
|||
PS=";"
|
||||
FS="\\"
|
||||
;;
|
||||
CYGWIN* )
|
||||
ENV=""
|
||||
PS=";" # platform PS, not cygwin PS
|
||||
FS="/"
|
||||
;;
|
||||
* )
|
||||
echo "Unrecognized system!"
|
||||
exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue