src/share/bin/launcher.sh-template

changeset 313
7913e72a24b0
parent 308
03944ee4fac4
child 370
8a03f3c7d160
equal deleted inserted replaced
311:464d58654324 313:7913e72a24b0
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 '

mercurial