зеркало из https://github.com/github/ruby.git
Try to fix NoMethodError on update-deps
This commit is contained in:
Родитель
7cecd15587
Коммит
dd04def10f
|
@ -480,7 +480,7 @@ def compare_deps(make_deps, cc_deps, out=$stdout)
|
|||
}
|
||||
}
|
||||
|
||||
makefiles.keys.sort.each {|makefile|
|
||||
makefiles.keys.compact.sort.each {|makefile|
|
||||
cc_lines = cc_lines_hash[makefile] || Hash.new(false)
|
||||
make_lines = make_lines_hash[makefile] || Hash.new(false)
|
||||
content = begin
|
||||
|
|
Загрузка…
Ссылка в новой задаче