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.
This commit is contained in:
parent
5f8047e9a4
commit
61ccf12e85
@ -529,7 +529,6 @@ protected
|
|||||||
|
|
||||||
rd, wr = IO.pipe
|
rd, wr = IO.pipe
|
||||||
pid = fork do
|
pid = fork do
|
||||||
ENV['VERBOSE'] = '1' # helps with many tool's logging outputs
|
|
||||||
rd.close
|
rd.close
|
||||||
$stdout.reopen wr
|
$stdout.reopen wr
|
||||||
$stderr.reopen wr
|
$stderr.reopen wr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user