mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
curl: echo any cookies received on a redirect
This commit is contained in:
parent
008296f6b3
commit
7d0a36752b
@ -33,6 +33,9 @@ module Utils
|
||||
# do not load .curlrc unless requested (must be the first argument)
|
||||
args << "--disable" unless Homebrew::EnvConfig.curlrc?
|
||||
|
||||
# echo any cookies received on a redirect
|
||||
args << "--cookie-jar" << "/dev/null"
|
||||
|
||||
args << "--globoff"
|
||||
|
||||
args << "--show-error"
|
||||
|
Loading…
x
Reference in New Issue
Block a user