diff --git a/Library/Homebrew/utils/curl.rb b/Library/Homebrew/utils/curl.rb index 2762aeb30b..201f98bdf6 100644 --- a/Library/Homebrew/utils/curl.rb +++ b/Library/Homebrew/utils/curl.rb @@ -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"