Remove invalid character for UTF-8

Closes Homebrew/homebrew#10962.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Michael Nygard 2012-03-15 09:53:05 -05:00 committed by Max Howell
parent bf1baa3948
commit 74c2fc8279

View File

@ -220,7 +220,7 @@ def check_cc
You have no /usr/bin/cc. You have no /usr/bin/cc.
This means you probably can't build *anything*. You need to install the CLI 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/ Tools for Xcode. You can either download this from http://connect.apple.com/
or install them from inside Xcodes 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! all of Xcode! You only need the CLI tools package!
EOS EOS
end end