Project

General

Profile

Bug #12643 » 0001-Escape-newlines-for-echo-when-generating-exts.mk.patch

PATCH - davispuh (Dāvis Mosāns), 08/01/2016 01:47 PM

View differences:

ext/extmk.rb
if e
d << " " << e
end
mf.puts %Q<\t@echo "#{d}">
mf.puts %Q<\t@echo "#{d.gsub("\n", "\\\n")}">
end
mf.puts %Q<\t@echo "*** Fix the problems, then remove these directories and try again if you want.">
end
    (1-1/1)