mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a variable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b2109f629
commit
0dc240e782
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ def main_actual_fix(problems)
|
|||
tmp_makefile = "#{makefile}.new.#{$$}"
|
||||
File.write(tmp_makefile, new_content)
|
||||
File.rename tmp_makefile, makefile
|
||||
(add_lines - lines).each {|line| puts " added #{line}" }
|
||||
(add_lines - dep_lines).each {|line| puts " added #{line}" }
|
||||
else
|
||||
puts "not modified: #{makefile}"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue