Skip to content
Snippets Groups Projects
Commit 733e280e authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

fix doctor on 10.5

parent 0818189b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment