mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Hash marks in Makefile need to be escaped [Bug #16935]
This commit is contained in:
parent
ba6f1bcce9
commit
0c00a4176b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue