From 77b5805fda1524d504e4341a6b90c283cace5152 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 6 Sep 2013 22:49:31 -0500 Subject: [PATCH] Close the read end of the error pipe after the build --- Library/Homebrew/formula_installer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 328334b836..789e3b5aa3 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -374,6 +374,8 @@ class FormulaInstaller f.rack.rmdir_if_possible end raise + ensure + read.close end def link