aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-24 12:28:02 -0700
committerAdam Vandenberg2012-07-24 12:28:02 -0700
commit3053cbc044bd5766f59a6690f604a5a1f097e1e4 (patch)
tree9eacee7e56352b3044288548a8f6a28178218b5a /Library
parentcf17430db60a277bfd2e0e4dcb991e67be35f355 (diff)
downloadhomebrew-3053cbc044bd5766f59a6690f604a5a1f097e1e4.tar.bz2
doctor: be consistent in path advice
Diffstat (limited to 'Library')
-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 90795d975..39079ceb7 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