fix doctor on 10.5
This commit is contained in:
parent
0818189b5d
commit
733e280e61
@ -353,7 +353,7 @@ def check_user_path
|
||||
end
|
||||
|
||||
# Don't complain about sbin not being in the path if it doesn't exist
|
||||
if (HOMEBREW_PREFIX+'sbin').children.count > 0
|
||||
if (HOMEBREW_PREFIX+'sbin').children.length > 0
|
||||
unless seen_prefix_sbin
|
||||
puts <<-EOS.undent
|
||||
Some brews install binaries to sbin instead of bin, but Homebrew's
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user