diff options
| author | Jack Nagel | 2013-09-07 10:22:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-07 10:22:11 -0500 |
| commit | 8b2a8d0595ce87963f2aac44ff075f9189a1f5f0 (patch) | |
| tree | 52fa60e1f437133c861314f75367c9eb5910a15f /Library | |
| parent | ab20ed0bc2be02bb26bdd465bc260e2a4f526c9f (diff) | |
| download | brew-8b2a8d0595ce87963f2aac44ff075f9189a1f5f0.tar.bz2 | |
ARGV.verbose? is always false here
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 11a90a91b..f01ca768a 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -578,10 +578,8 @@ class Formula Process.wait unless $?.success? - unless ARGV.verbose? - f.flush - Kernel.system "/usr/bin/tail", "-n", "5", logfn - end + f.flush + Kernel.system "/usr/bin/tail", "-n", "5", logfn f.puts require 'cmd/--config' Homebrew.write_build_config(f) |
