aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-03-15 13:19:43 +0000
committerMax Howell2012-03-15 13:19:43 +0000
commitbf1baa3948310b851b2c4bf9da7dd06b7f7f4cf2 (patch)
treef4891684b42e59b9657071f65307ff3468325c19 /Library
parent544b3c38c84d349734f259d71735ef15d6e0a78c (diff)
downloadbrew-bf1baa3948310b851b2c4bf9da7dd06b7f7f4cf2.tar.bz2
Explicitly tell people not to xcode-select /
Fed up dealing with this bug in xcode-select.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 808b2db81..34a726a98 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -363,6 +363,8 @@ def check_xcode_select_path
sudo xcode-select -switch /Developer
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
+
+ DO NOT SET / OR EVERYTHING BREAKS!
EOS
end
end