aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index c31ac480f..f4b2d7bcc 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -419,14 +419,12 @@ end
def check_user_path_1
$seen_prefix_bin = false
$seen_prefix_sbin = false
- seen_usr_bin = false
out = nil
paths.each do |p|
case p
when '/usr/bin'
- seen_usr_bin = true
unless $seen_prefix_bin
# only show the doctor message if there are any conflicts
# rationale: a default install should not trigger any brew doctor messages