aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2011-08-26 14:48:47 +0100
committerMax Howell2011-08-26 14:48:47 +0100
commit330eb806dcd43c8aef9932cda9d071284eed0b57 (patch)
tree601d98684465db3f8609e60d2f196abcef98da58 /Library
parent3cc8d58d925a6b0af8135ef6f1bf1d3713e25452 (diff)
downloadhomebrew-330eb806dcd43c8aef9932cda9d071284eed0b57.tar.bz2
Apologies, forgot to amend the commit
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index add827979..dd54e1572 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -297,7 +297,7 @@ class Formula
def handle_llvm_failure llvm
case ENV.compiler
- case :llvm, :clang
+ when :llvm, :clang
opoo "LLVM was requested, but this formula is reported to not work with LLVM:"
puts llvm.reason
puts