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