langtools/src/share/bin/launcher.sh-template
changeset 3154 9774a1914341
parent 3149 0cd06d598d6f
child 3654 bb3c0eeec3cb
equal deleted inserted replaced
3152:f5df30830028 3154:9774a1914341
    49 
    49 
    50 # Any parameters starting with -J are passed to the JVM.
    50 # Any parameters starting with -J are passed to the JVM.
    51 # All other parameters become parameters of #PROGRAM#.
    51 # All other parameters become parameters of #PROGRAM#.
    52 
    52 
    53 # Separate out -J* options for the JVM
    53 # Separate out -J* options for the JVM
    54 # Note jdk as possible default to run jtreg
       
    55 # Unset IFS and use newline as arg separator to preserve spaces in args
    54 # Unset IFS and use newline as arg separator to preserve spaces in args
    56 DUALCASE=1  # for MKS: make case statement case-sensitive (6709498)
    55 DUALCASE=1  # for MKS: make case statement case-sensitive (6709498)
    57 saveIFS="$IFS"
    56 saveIFS="$IFS"
    58 nl='
    57 nl='
    59 '
    58 '