diff options
| author | Max Howell | 2011-08-26 16:45:06 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-26 16:55:12 +0100 |
| commit | f52955ec98f5aeebf5520d3b42d6c75c4318622b (patch) | |
| tree | fb4486d8cd25bd051b952b771166a9798cadc804 /Library | |
| parent | 1f5a39b977dfb365372aab5cc832e681c9eb244c (diff) | |
| download | brew-f52955ec98f5aeebf5520d3b42d6c75c4318622b.tar.bz2 | |
Correct typo
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index dd54e1572..53f8b9456 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -299,10 +299,11 @@ class Formula case ENV.compiler when :llvm, :clang opoo "LLVM was requested, but this formula is reported to not work with LLVM:" + puts puts llvm.reason puts - puts "We are continuing anyway so the build succeeds, please let us know so we can" - puts "update the formula. If it doesn't work you can: brew install --use-gcc" + puts "We are continuing anyway so if the build succeeds, please let us know so we" + puts "can update the formula. If it doesn't work you can: brew install --use-gcc" puts else ENV.gcc if MacOS.default_cc =~ /llvm/ |
