aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMax Howell2011-07-29 14:54:42 +0100
committerMax Howell2011-07-29 14:54:42 +0100
commit36ce83fd8dcd413ccd84964e9e207a848c893b95 (patch)
treecf28d0167caf10d2cb2e76873e638d0f7ffe436f /Library/Homebrew/cmd
parent1576e0a53769ef4c4395605b6b8903f6c3f8f612 (diff)
downloadbrew-36ce83fd8dcd413ccd84964e9e207a848c893b95.tar.bz2
Don't mention the sbin PATH issue unless files are there
Because the new installer will always create /usr/local/sbin. Because we must keep /usr/local root:wheel unless we want to be considered bad citizens.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 90b94d5d6..40f74f4cd 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -370,7 +370,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').exist?
+ if (HOMEBREW_PREFIX+'sbin').children.count > 0
unless seen_prefix_sbin
puts <<-EOS.undent
Some brews install binaries to sbin instead of bin, but Homebrew's