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 ef2933291..ab8bbd538 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -536,6 +536,8 @@ class Formula wr.close File.open(logfn, 'w') do |f| + f.puts Time.now, "", cmd, args, "" + while buf = rd.gets f.puts buf puts buf if ARGV.verbose? |
