< prev index next >

test/jdk/java/io/File/GetXSpace.sh

Print this page
rev 59105 : imported patch corelibs

*** 24,34 **** # # set platform-dependent variable OS=`uname -s` case "$OS" in ! SunOS | Linux ) TMP=/tmp ;; Windows_98 ) return ;; Windows* ) SID=`sid`; TMP="c:/temp" ;; * ) echo "Unrecognized system!" exit 1 --- 24,34 ---- # # set platform-dependent variable OS=`uname -s` case "$OS" in ! Linux ) TMP=/tmp ;; Windows_98 ) return ;; Windows* ) SID=`sid`; TMP="c:/temp" ;; * ) echo "Unrecognized system!" exit 1
< prev index next >