mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Hash marks in Makefile need to be escaped [Bug #16935]
This commit is contained in:
parent
ba6f1bcce9
commit
0c00a4176b
@ -22,7 +22,7 @@ exts = {}
|
||||
end
|
||||
%>
|
||||
MINIRUBY = <%=miniruby%>
|
||||
SCRIPT_ARGS = <%=script_args%>
|
||||
SCRIPT_ARGS = <%=script_args.gsub("#", "\\#")%>
|
||||
EXTMK_ARGS = $(SCRIPT_ARGS) --gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \
|
||||
--make-flags="MINIRUBY='$(MINIRUBY)'"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user