diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sphinx.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index 770ae40e8..8f4e9eb9c 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -29,9 +29,7 @@ class Sphinx < Formula fails_with :clang do build 421 - cause <<-EOS.undent - sphinxexpr.cpp:1802:11: error: use of undeclared identifier 'ExprEval' - EOS + cause "sphinxexpr.cpp:1802:11: error: use of undeclared identifier 'ExprEval'" end def install |
