< prev index next >

test/jdk/sun/security/provider/PolicyFile/getinstance/getinstance.sh

Print this page
rev 59107 : imported patch security

@@ -49,14 +49,10 @@
 fi
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS )
-    PS=":"
-    FS="/"
-    ;;
   Linux )
     PS=":"
     FS="/"
     ;;
   Darwin )
< prev index next >