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
commit5ab764a214ab402a6f3cf6c4d0148a4de99ac78c (patch)
tree9fb4dffb70336d2dcc7360987cb1f05675805735 /Library
parentc3f9ec42f71d56e37dec4adb1b02745ef8bcdc43 (diff)
downloadhomebrew-5ab764a214ab402a6f3cf6c4d0148a4de99ac78c.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