aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMax Howell2012-08-21 11:57:28 -0400
committerMax Howell2012-08-21 12:09:04 -0400
commitc5266654ff1ff31ff9a53ce2098c7423e0449c19 (patch)
tree86d9d845f5d73e15955ce83fc179300e07b2d9a6 /Library/Homebrew
parent8a9a1d5b009f7f96a7584b3febc333a1b5bf181f (diff)
downloadbrew-c5266654ff1ff31ff9a53ce2098c7423e0449c19.tar.bz2
In fact, there are 2 xcode-select files to delete
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index a553e5dc3..ad72a6dfc 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -384,7 +384,7 @@ def check_xcode_select_path
<<-EOS.undent
Your xcode-select path is set to /
You must unset it or builds will hang:
- sudo rm /usr/share/xcode-select/xcode_dir_link
+ sudo rm /usr/share/xcode-select/xcode_dir_*
EOS
elsif not MacOS::CLT.installed? and not File.file? "#{MacOS::Xcode.folder}/usr/bin/xcodebuild"
path = MacOS.app_with_bundle_id(MacOS::Xcode::V4_BUNDLE_ID) || MacOS.app_with_bundle_id(MacOS::Xcode::V3_BUNDLE_ID)