From 0dc240e782893bbd4a642df8ac0bb961dcc50be2 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 20 Nov 2014 14:27:44 +0000 Subject: Fix a variable name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/update-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/update-deps') 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 -- cgit v1.2.3