diff options
| author | Jeffrey Hardy | 2011-09-04 22:48:32 -0300 |
|---|---|---|
| committer | Jack Nagel | 2011-09-04 21:08:23 -0500 |
| commit | 59f1de90f9c46ea5fc50c8ce96810857a6c7eaa4 (patch) | |
| tree | ce2c155be4a347d8f01b7ad3800d0035ebeb35d2 | |
| parent | 74f7cf90ef4441d52c4f25e23b5cb437dfd2c23b (diff) | |
| download | homebrew-59f1de90f9c46ea5fc50c8ce96810857a6c7eaa4.tar.bz2 | |
john: fix typo in fails_with_llvm
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/john.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb index 839bda793..a57ffd83a 100644 --- a/Library/Formula/john.rb +++ b/Library/Formula/john.rb @@ -9,7 +9,7 @@ class John < Formula { :p0 => DATA } end - fails_with_llvm, :build => 2334 + fails_with_llvm :build => 2334 def install ENV.deparallelize |
