diff options
| author | Max Howell | 2009-11-07 18:23:21 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-08 15:21:15 +0000 |
| commit | 67567173da307ff97d2b9d134f34ab6cc80a1f8d (patch) | |
| tree | 58339c480ab71310111156c20e26dd1d5b5d6787 /Library | |
| parent | d81a8e6514e3b8275406561fb7da5863c0b47768 (diff) | |
| download | homebrew-67567173da307ff97d2b9d134f34ab6cc80a1f8d.tar.bz2 | |
Reap the process or make zombies
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
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 |
