diff options
| author | Max Howell | 2012-03-15 13:19:43 +0000 |
|---|---|---|
| committer | Max Howell | 2012-03-15 13:19:43 +0000 |
| commit | 5ab764a214ab402a6f3cf6c4d0148a4de99ac78c (patch) | |
| tree | 9fb4dffb70336d2dcc7360987cb1f05675805735 | |
| parent | c3f9ec42f71d56e37dec4adb1b02745ef8bcdc43 (diff) | |
| download | homebrew-5ab764a214ab402a6f3cf6c4d0148a4de99ac78c.tar.bz2 | |
Explicitly tell people not to xcode-select /
Fed up dealing with this bug in xcode-select.
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
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 |
