CurlApacheMirrorDownloadStrategy: ignore HOMEBREW_CURL_VERBOSE
Fixes Homebrew/homebrew#43002 Closes Homebrew/homebrew#43058. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
4740d7fad4
commit
ab363ea1d9
@ -359,6 +359,7 @@ class CurlApacheMirrorDownloadStrategy < CurlDownloadStrategy
|
|||||||
buf = ""
|
buf = ""
|
||||||
|
|
||||||
pid = fork do
|
pid = fork do
|
||||||
|
ENV.delete "HOMEBREW_CURL_VERBOSE"
|
||||||
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