diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 3d70324b1..1ea9c70df 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -359,6 +359,7 @@ class CurlApacheMirrorDownloadStrategy < CurlDownloadStrategy buf = "" pid = fork do + ENV.delete "HOMEBREW_CURL_VERBOSE" rd.close $stdout.reopen(wr) $stderr.reopen(wr) |
