From 61ccf12e8544021fe8b50023ec3ed53ffff8830f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 27 Sep 2012 15:28:07 -0500 Subject: Don't set $VERBOSE when building nonverbosely Setting $VERBOSE in the environment makes the haskell-platform build fall down, which is surely one of the odder bugs I've run into. See Homebrew/homebrew#15164.--- Library/Homebrew/formula.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 58d207caf..728dbbd40 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -529,7 +529,6 @@ protected rd, wr = IO.pipe pid = fork do - ENV['VERBOSE'] = '1' # helps with many tool's logging outputs rd.close $stdout.reopen wr $stderr.reopen wr -- cgit v1.2.3