aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorMax Howell2012-09-27 15:39:16 -0400
committerMax Howell2012-09-27 15:39:35 -0400
commit5f8047e9a48552f59bf39ade2d240f217793d81f (patch)
treea42c6580ab5f770f37dcd75e096f915472573e99 /Library/Homebrew/formula.rb
parent38283eafb2083f15bdd3e413f283488ae160d8c2 (diff)
downloadbrew-5f8047e9a48552f59bf39ade2d240f217793d81f.tar.bz2
When builds fail verbosely, be verbose
Diffstat (limited to 'Library/Homebrew/formula.rb')
-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 78269c88d..58d207caf 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -554,7 +554,7 @@ protected
rescue
if f
f.flush
- Kernel.system "/usr/bin/tail -n 5 #{logfn}"
+ Kernel.system "/usr/bin/tail -n 5 #{logfn}" unless ARGV.verbose?
require 'cmd/--config'
$f = f
def Homebrew.puts(*foo); $f.puts *foo end