utils/curl: don't use --cookie-jar to enable cookie engine

Fixes #12293.
This commit is contained in:
Bo Anderson 2021-10-21 22:52:18 +01:00
parent a365a351d6
commit 2d539bc6af
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -52,7 +52,7 @@ module Utils
args << "--disable" unless Homebrew::EnvConfig.curlrc?
# echo any cookies received on a redirect
args << "--cookie-jar" << "/dev/null"
args << "--cookie" << "/dev/null"
args << "--globoff"