diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index dd3d17f08..672d21056 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -604,6 +604,8 @@ class Formula Process.wait + $stdout.flush + unless $?.success? f.flush Kernel.system "/usr/bin/tail", "-n", "5", logfn unless ARGV.verbose? |
