提交 1ab6b145 编写于 作者: O ohair

7022237: Fix use of \" in the new "release" file at the top of the install, windows issues

Reviewed-by: ohrstrom
上级 b3497eb1
......@@ -1100,7 +1100,7 @@ JRE_INFO_FILE = $(JRE_IMAGE_DIR)/release
# 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册