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
commitfd96bb6e3a19f2e049e70111fa5401c9266c59db (patch)
tree441e58990deb55dab74b4623b9fb9f7ab14c7668 /Library
parentf54a30a534525df48af6396a90a5729c8bc8618b (diff)
downloadbrew-fd96bb6e3a19f2e049e70111fa5401c9266c59db.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