From f6091b1c85ca63c592234251bfc018d7c4f95d64 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 28 Oct 2012 10:50:38 -0400 Subject: [PATCH] Specify where to get the CLT package --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 9be391cfda..1a1a6ee721 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -249,7 +249,7 @@ def check_cc return <<-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. + "Command Line Tools for Xcode" package provided by Apple. EOS else return <<-EOS.undent