Disable watch_out_for_spill temporarily

It's a great feature but it seems to conflict with our new system() replacement. Clearly the bug is still in our system() but what exactly it is is not clear and this bug sucks.

See Homebrew/homebrew#124
This commit is contained in:
Max Howell 2009-11-11 17:24:45 +00:00
parent a46206bdc9
commit fd3ddf8a72

View File

@ -49,7 +49,7 @@ class FormulaInstaller
# I'm guessing this is not a good way to do this, but I'm no UNIX guru # I'm guessing this is not a good way to do this, but I'm no UNIX guru
ENV['HOMEBREW_ERROR_PIPE'] = write.to_i.to_s ENV['HOMEBREW_ERROR_PIPE'] = write.to_i.to_s
watch_out_for_spill do begin #watch_out_for_spill do #disabled temporarily, see Issue #124
fork do fork do
begin begin
read.close read.close