From 621c44dbd2e9e1887e2f3feff7868e9501c6ba0a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 1 Jul 2013 19:01:57 +0100 Subject: CLT is just CLT now; not "for Xcode". References Homebrew/homebrew#17383. --- Library/Homebrew/cmd/doctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 49c9a158c..993cb0b05 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -226,7 +226,7 @@ def __check_clt_up_to_date You should install the Command Line Tools: http://connect.apple.com EOS elsif MacOS::CLT.outdated? then <<-EOS.undent - A newer Command Line Tools for Xcode release is available + A newer Command Line Tools release is available You should install the latest version from: http://connect.apple.com EOS end @@ -268,7 +268,7 @@ def check_cc if MacOS::Xcode.version >= "4.3" then <<-EOS.undent Experimental support for using Xcode without the "Command Line Tools". You have only installed Xcode. If stuff is not building, try installing the - "Command Line Tools for Xcode" package provided by Apple. + "Command Line Tools" package provided by Apple. EOS else 'No compiler found in /usr/bin!' -- cgit v1.2.3