Closes Homebrew/homebrew#21601.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
MerelyAPseudonym 2013-08-01 19:06:57 -04:00 committed by Adam Vandenberg
parent 36f5452ae3
commit 1dc2e12f3a

View File

@ -14,7 +14,7 @@ class XcodeDependency < Requirement
def message; <<-EOS.undent def message; <<-EOS.undent
A full installation of Xcode.app is required to compile this software. A full installation of Xcode.app is required to compile this software.
Installing just the Command Line Tools is not sufficent. Installing just the Command Line Tools is not sufficient.
EOS EOS
end end
end end