From 1abcb0b348c0d0b07ee92ed274c5d97550b39ee4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 18 Sep 2014 14:16:07 -0500 Subject: [PATCH] Remove workaround for old debugger --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 67ed06661b..23087ada61 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