xcrun: remove suggestion that doesn't work

Closes Homebrew/homebrew#17443.
This commit is contained in:
Adam Vandenberg 2013-02-05 11:22:47 -08:00
parent 85d23f47f4
commit 1283bd8381

View File

@ -25,7 +25,6 @@ try "/usr/bin/#{arg0}"
abort <<-EOS
Your Xcode and or CLT are mis-configured. Try some or all of the following:
xcrun --kill-cache
xcodebuild -license
sudo xcode-select -switch /path/to/Xcode.app
EOS