Merge pull request #3173 from Homebrew/revert-3099-popen_read_stderr
Revert "popen: Do not suppress stderr"
This commit is contained in:
commit
5d888c08a3
@ -13,7 +13,7 @@ module Utils
|
|||||||
return pipe.read unless block_given?
|
return pipe.read unless block_given?
|
||||||
yield pipe
|
yield pipe
|
||||||
else
|
else
|
||||||
$stderr.reopen("/dev/null", "w") if !ARGV.debug? && !ARGV.verbose?
|
$stderr.reopen("/dev/null", "w")
|
||||||
exec(*args)
|
exec(*args)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user