test/java/lang/instrument/appendToClassLoaderSearch/CommonSetup.sh

Print this page

        

@@ -41,15 +41,21 @@
     ;;
   Linux )
     PS=":"
     FS="/"
     ;;
-  Windows* | CYGWIN*)
+  Windows*)
     PS=";"
     OS="Windows"
     FS="\\"
     ;;
+  CYGWIN*)
+    PS=";"
+    OS="Windows"
+    FS="\\"
+    isCygwin=true
+    ;;
   * )
     echo "Unrecognized system!"
     exit 1;
     ;;
 esac