7022237: Fix use of \" in the new "release" file at the top of the install, windows issues
authorohair
Sat, 26 Feb 2011 12:11:32 -0800
changeset 8454 527d9c4e670e
parent 8344 db5fd12e91c1
child 8455 81b7a961d388
7022237: Fix use of \" in the new "release" file at the top of the install, windows issues Reviewed-by: ohrstrom
jdk/make/common/Release.gmk
--- a/jdk/make/common/Release.gmk	Thu Feb 24 15:16:02 2011 -0800
+++ b/jdk/make/common/Release.gmk	Sat Feb 26 12:11:32 2011 -0800
@@ -1100,7 +1100,7 @@
 
 # Common way to emit a line into the release or info file
 define info-file-item # name value
-$(PRINTF) "%s=\"%s\"\n" $1 $2 >> $@
+$(PRINTF) '%s="%s"\n' $1 $2 >> $@
 endef
 
 # Values to emit