suppress warning: shadowing outer local variable - e
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a3990118e6
commit
a298301baa
@ -723,8 +723,8 @@ begin
|
|||||||
fails.each do |d, n, err|
|
fails.each do |d, n, err|
|
||||||
d = "#{d}:#{n}:"
|
d = "#{d}:#{n}:"
|
||||||
if err
|
if err
|
||||||
err.scan(/.+/) do |e|
|
err.scan(/.+/) do |ee|
|
||||||
mf.puts %Q<\t@echo "#{d} #{e.gsub(/["`$^]/, '\\\\\\&')}">
|
mf.puts %Q<\t@echo "#{d} #{ee.gsub(/["`$^]/, '\\\\\\&')}">
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
mf.puts %Q<\t@echo "#{d}">
|
mf.puts %Q<\t@echo "#{d}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user