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:
		
							parent
							
								
									a46206bdc9
								
							
						
					
					
						commit
						fd3ddf8a72
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user