Merge pull request #6510 from reitermarkus/curl-globbing
Disable `curl` globbing.
This commit is contained in:
commit
0c26e032c4
@ -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)
|
# do not load .curlrc unless requested (must be the first argument)
|
||||||
args << "-q" unless ENV["HOMEBREW_CURLRC"]
|
args << "-q" unless ENV["HOMEBREW_CURLRC"]
|
||||||
|
|
||||||
|
args << "--globoff"
|
||||||
|
|
||||||
args << "--show-error"
|
args << "--show-error"
|
||||||
|
|
||||||
args << "--user-agent" << case user_agent
|
args << "--user-agent" << case user_agent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user