From 890f383955fa5ac0596b840b60f4ee7ebebfa8c2 Mon Sep 17 00:00:00 2001 From: Michael Nygard Date: Thu, 15 Mar 2012 09:53:05 -0500 Subject: [PATCH] Remove invalid character for UTF-8 Closes #10962. Signed-off-by: Max Howell --- 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 34a726a980e8..04696da32aa1 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -220,7 +220,7 @@ def check_cc You have no /usr/bin/cc. This means you probably can't build *anything*. You need to install the CLI Tools for Xcode. You can either download this from http://connect.apple.com/ - or install them from inside Xcode’s preferences. Homebrew does not require + or install them from inside Xcode's preferences. Homebrew does not require all of Xcode! You only need the CLI tools package! EOS end