aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 67ed06661..23087ada6 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -548,7 +548,7 @@ class Formula
raise BuildError.new(self, cmd, args, ENV.to_hash)
end
ensure
- log.close unless log.closed?
+ log.close
end
end