Skip to content
Snippets Groups Projects
Commit ab363ea1 authored by Xu Cheng's avatar Xu Cheng
Browse files

CurlApacheMirrorDownloadStrategy: ignore HOMEBREW_CURL_VERBOSE


Fixes Homebrew/homebrew#43002

Closes Homebrew/homebrew#43058.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent 4740d7fa
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ class CurlApacheMirrorDownloadStrategy < CurlDownloadStrategy
buf = ""
pid = fork do
ENV.delete "HOMEBREW_CURL_VERBOSE"
rd.close
$stdout.reopen(wr)
$stderr.reopen(wr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment