Skip to content
Snippets Groups Projects
Commit 0a1985d4 authored by Markus Reiter's avatar Markus Reiter
Browse files

Disable `curl` globbing.

parent 5354ba84
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ def curl_args(*extra_args, show_output: false, user_agent: :default)
# do not load .curlrc unless requested (must be the first argument)
args << "-q" unless ENV["HOMEBREW_CURLRC"]
args << "--globoff"
args << "--show-error"
args << "--user-agent" << case user_agent
......
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