aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb6
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)