equal
deleted
inserted
replaced
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 ' |