aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 071cfb07b..9782fffa2 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -511,6 +511,7 @@ class Formula
log = File.open(logfn, "w")
log.puts Time.now, "", cmd, args, ""
+ log.flush
if verbose
rd, wr = IO.pipe