6855993: fix comments in langtools launcher script
authorjjg
Mon, 29 Jun 2009 17:45:29 -0700
changeset 3154 9774a1914341
parent 3152 f5df30830028
child 3155 6c0f87cdd711
6855993: fix comments in langtools launcher script Reviewed-by: ohair
langtools/src/share/bin/launcher.sh-template
--- a/langtools/src/share/bin/launcher.sh-template	Sat Jun 27 12:04:43 2009 -0700
+++ b/langtools/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"