Skip to content

Commit

Permalink
Try to fix NoMethodError on update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jul 22, 2023
1 parent 7cecd15 commit dd04def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/update-deps
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd04def

Please sign in to comment.