aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2009-11-07 18:23:21 +0000
committerMax Howell2009-11-08 15:21:15 +0000
commit67567173da307ff97d2b9d134f34ab6cc80a1f8d (patch)
tree58339c480ab71310111156c20e26dd1d5b5d6787
parentd81a8e6514e3b8275406561fb7da5863c0b47768 (diff)
downloadhomebrew-67567173da307ff97d2b9d134f34ab6cc80a1f8d.tar.bz2
Reap the process or make zombies
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 9c88c8d71..b12b39f99 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -233,6 +233,7 @@ protected
wr.close
out << rd.read until rd.eof?
end
+ Process.wait
unless $?.success?
puts out
raise