6855993: fix comments in langtools launcher script

Mon, 29 Jun 2009 17:45:29 -0700

author
jjg
date
Mon, 29 Jun 2009 17:45:29 -0700
changeset 313
7913e72a24b0
parent 311
464d58654324
child 314
ec1acd3af057

6855993: fix comments in langtools launcher script
Reviewed-by: ohair

src/share/bin/launcher.sh-template file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/bin/launcher.sh-template	Sat Jun 27 12:04:43 2009 -0700
     1.2 +++ b/src/share/bin/launcher.sh-template	Mon Jun 29 17:45:29 2009 -0700
     1.3 @@ -51,7 +51,6 @@
     1.4  # All other parameters become parameters of #PROGRAM#.
     1.5  
     1.6  # Separate out -J* options for the JVM
     1.7 -# Note jdk as possible default to run jtreg
     1.8  # Unset IFS and use newline as arg separator to preserve spaces in args
     1.9  DUALCASE=1  # for MKS: make case statement case-sensitive (6709498)
    1.10  saveIFS="$IFS"

mercurial