Actions
Bug #12643
closed
Updated by jeremyevans0 (Jeremy Evans) almost 6 years ago
- Status changed from Open to Closed
This appears to be fixed in the master branch, which currently does:
err and err.scan(/.+/) do |ee|
mf.puts %Q<\t@echo "\t#{ee.gsub(/["`$^]/, '\\\\\\&')}">
end
Since /.+/
is not a multiline regular expression, newlines should not be included in ee
.
Actions
Like0
Like0