From d18980b0bbc2cd2fa2aa5e4fd0b5a85409c6a40d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 12 Jun 2013 16:24:42 -0700 Subject: sphinx: put reason on one line --- Library/Formula/sphinx.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3