Correct typo

This commit is contained in:
Max Howell 2011-08-26 16:45:06 +01:00
parent 1f5a39b977
commit f52955ec98

View File

@ -299,10 +299,11 @@ class Formula
case ENV.compiler case ENV.compiler
when :llvm, :clang when :llvm, :clang
opoo "LLVM was requested, but this formula is reported to not work with LLVM:" opoo "LLVM was requested, but this formula is reported to not work with LLVM:"
puts
puts llvm.reason puts llvm.reason
puts puts
puts "We are continuing anyway so the build succeeds, please let us know so we can" puts "We are continuing anyway so if the build succeeds, please let us know so we"
puts "update the formula. If it doesn't work you can: brew install --use-gcc" puts "can update the formula. If it doesn't work you can: brew install --use-gcc"
puts puts
else else
ENV.gcc if MacOS.default_cc =~ /llvm/ ENV.gcc if MacOS.default_cc =~ /llvm/