Flush stdout before leaving Formula#system
This commit is contained in:
parent
ae1d00e31f
commit
bac8cce29f
@ -604,6 +604,8 @@ class Formula
|
|||||||
|
|
||||||
Process.wait
|
Process.wait
|
||||||
|
|
||||||
|
$stdout.flush
|
||||||
|
|
||||||
unless $?.success?
|
unless $?.success?
|
||||||
f.flush
|
f.flush
|
||||||
Kernel.system "/usr/bin/tail", "-n", "5", logfn unless ARGV.verbose?
|
Kernel.system "/usr/bin/tail", "-n", "5", logfn unless ARGV.verbose?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user