# HG changeset patch # User jjg # Date 1246322729 25200 # Node ID 7913e72a24b06ec5406978ff05566f56aaf4117d # Parent 464d58654324bdbde462d3c1c5643cbf6f62306d 6855993: fix comments in langtools launcher script Reviewed-by: ohair diff -r 464d58654324 -r 7913e72a24b0 src/share/bin/launcher.sh-template --- a/src/share/bin/launcher.sh-template Sat Jun 27 12:04:43 2009 -0700 +++ b/src/share/bin/launcher.sh-template Mon Jun 29 17:45:29 2009 -0700 @@ -51,7 +51,6 @@ # All other parameters become parameters of #PROGRAM#. # Separate out -J* options for the JVM -# Note jdk as possible default to run jtreg # Unset IFS and use newline as arg separator to preserve spaces in args DUALCASE=1 # for MKS: make case statement case-sensitive (6709498) saveIFS="$IFS"