doctor: skip missing_deps when no Cellar exists
Another fix for Homebrew/homebrew#5188.
This commit is contained in:
parent
d1baf42d94
commit
0d2e26fc58
@ -764,6 +764,7 @@ def check_tmpdir
|
||||
end
|
||||
|
||||
def check_missing_deps
|
||||
return unless HOMEBREW_CELLAR.exist?
|
||||
s = Set.new
|
||||
missing_deps = Homebrew.find_missing_brews(Homebrew.installed_brews)
|
||||
missing_deps.each do |m|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user