aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-18 14:16:07 -0500
committerJack Nagel2014-09-18 14:16:07 -0500
commit1abcb0b348c0d0b07ee92ed274c5d97550b39ee4 (patch)
treef07727cf58aafe78323dc041f55c709ac88a9ebd /Library
parent3bbc9998a52b86b206465c887e75ee419418c26d (diff)
downloadbrew-1abcb0b348c0d0b07ee92ed274c5d97550b39ee4.tar.bz2
Remove workaround for old debugger
Diffstat (limited to 'Library')
-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