From bf1baa3948310b851b2c4bf9da7dd06b7f7f4cf2 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 15 Mar 2012 13:19:43 +0000 Subject: [PATCH] Explicitly tell people not to xcode-select / Fed up dealing with this bug in xcode-select. --- Library/Homebrew/cmd/doctor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 808b2db819..34a726a980 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