mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6876765: javah tests fail on Windows
Reviewed-by: darcy
This commit is contained in:
parent
57102e24d4
commit
944568ba4b
4 changed files with 16 additions and 13 deletions
|
@ -58,13 +58,11 @@ echo "CLASSPATH=${CLASSPATH}"
|
|||
# set platform-dependent variables
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
SunOS | Linux )
|
||||
NULL=/dev/null
|
||||
SunOS | Linux | CYGWIN* )
|
||||
PS=":"
|
||||
FS="/"
|
||||
;;
|
||||
Windows* )
|
||||
NULL=NUL
|
||||
PS=";"
|
||||
FS="\\"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue