jdk/test/sun/tools/jconsole/ResourceCheckTest.sh
changeset 22602 0d9a07b0d7e9
parent 19796 9e39f7e1506b
child 22965 78610fb00fff
equal deleted inserted replaced
22601:4b01a46075d7 22602:0d9a07b0d7e9
    52 
    52 
    53 # The beginning of the script proper
    53 # The beginning of the script proper
    54 
    54 
    55 OS=`uname -s`
    55 OS=`uname -s`
    56 case "$OS" in
    56 case "$OS" in
    57    SunOS | Linux | Darwin)
    57    SunOS | Linux | Darwin | AIX)
    58       PATHSEP=":"
    58       PATHSEP=":"
    59       ;;
    59       ;;
    60 
    60 
    61    Windows* | CYGWIN*)
    61    Windows* | CYGWIN*)
    62       PATHSEP=";"
    62       PATHSEP=";"