From fd3ddf8a72447f37d8534deb405e99b3612701a5 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 11 Nov 2009 17:24:45 +0000 Subject: [PATCH] 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 --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 9ab03c11f0..5c4d627b4c 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -49,7 +49,7 @@ class FormulaInstaller # 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 - watch_out_for_spill do + begin #watch_out_for_spill do #disabled temporarily, see Issue #124 fork do begin read.close