test/tools/javac/unicode/SupplementaryJavaID6.sh

changeset 390
f0c9fc46990b
parent 1
9a66ca7c79fa
child 404
14735c7932d7
equal deleted inserted replaced
389:0ba956343648 390:f0c9fc46990b
73 Windows* ) 73 Windows* )
74 ENV="" 74 ENV=""
75 PS=";" 75 PS=";"
76 FS="\\" 76 FS="\\"
77 ;; 77 ;;
78 CYGWIN* )
79 ENV=""
80 PS=";" # platform PS, not cygwin PS
81 FS="/"
82 ;;
78 * ) 83 * )
79 echo "Unrecognized system!" 84 echo "Unrecognized system!"
80 exit 1; 85 exit 1;
81 ;; 86 ;;
82 esac 87 esac

mercurial