aboutsummaryrefslogtreecommitdiffstats
path: root/tool/update-deps
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-20 14:27:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-20 14:27:44 +0000
commit0dc240e782893bbd4a642df8ac0bb961dcc50be2 (patch)
treece94d265cde0fb06c46ac82a84db68dc3d21d765 /tool/update-deps
parent1b2109f629a2503eef4360e050aa52e0d9c8050b (diff)
downloadruby-0dc240e782893bbd4a642df8ac0bb961dcc50be2.tar.gz
Fix a variable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/update-deps')
-rwxr-xr-xtool/update-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/update-deps b/tool/update-deps
index 3ab69dd1a9..24c20f89b7 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -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