From 8b2a8d0595ce87963f2aac44ff075f9189a1f5f0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 7 Sep 2013 10:22:11 -0500 Subject: [PATCH] ARGV.verbose? is always false here --- Library/Homebrew/formula.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 11a90a91b9..f01ca768af 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)