From fd7cf8f2937cf9f8b2f76589c219481ace0e1a50 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 24 Jul 2012 12:28:02 -0700 Subject: [PATCH] doctor: be consistent in path advice --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 90795d9752..39079ceb79 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -439,7 +439,7 @@ def check_user_path_1 #{conflicts * "\n "} Consider amending your PATH so that #{HOMEBREW_PREFIX}/bin - is ahead of /usr/bin in your PATH. + occurs before /usr/bin in your PATH. EOS end end