diff options
| -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 |
