Flush stdout before leaving Formula#system
This commit is contained in:
parent
ae1d00e31f
commit
bac8cce29f
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user