jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh
changeset 22602 0d9a07b0d7e9
parent 12047 320a714614e9
child 22607 ba232b417248
equal deleted inserted replaced
22601:4b01a46075d7 22602:0d9a07b0d7e9
    40 	SystemRoot=$SYSTEMROOT
    40 	SystemRoot=$SYSTEMROOT
    41     fi
    41     fi
    42 fi
    42 fi
    43 
    43 
    44 case $OS in
    44 case $OS in
    45 SunOS | Linux | Darwin)
    45 SunOS | Linux | Darwin | AIX )
    46     PATHSEP=":"
    46     PATHSEP=":"
    47     FILESEP="/"
    47     FILESEP="/"
    48     DFILESEP=$FILESEP
    48     DFILESEP=$FILESEP
    49     TMP_FILE=${TESTCLASSES}${FILESEP}${TESTCLASS}.sed.tmpfile
    49     TMP_FILE=${TESTCLASSES}${FILESEP}${TESTCLASS}.sed.tmpfile
    50 
    50