ruby-changes:36434
From: akr <ko1@a...>
Date: Thu, 20 Nov 2014 23:27:52 +0900 (JST)
Subject: [ruby-changes:36434] akr:r48515 (trunk): Fix a variable name.
akr 2014-11-20 23:27:44 +0900 (Thu, 20 Nov 2014) New Revision: 48515 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48515 Log: Fix a variable name. Modified files: trunk/tool/update-deps Index: tool/update-deps =================================================================== --- tool/update-deps (revision 48514) +++ tool/update-deps (revision 48515) @@ -412,7 +412,7 @@ def main_actual_fix(problems) https://github.com/ruby/ruby/blob/trunk/tool/update-deps#L412 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/