Close the read end of the error pipe after the build

This commit is contained in:
Jack Nagel 2013-09-06 22:49:31 -05:00
parent 45d5471a43
commit 77b5805fda

View File

@ -374,6 +374,8 @@ class FormulaInstaller
f.rack.rmdir_if_possible f.rack.rmdir_if_possible
end end
raise raise
ensure
read.close
end end
def link def link