Disable curl globbing.
				
					
				
			This commit is contained in:
		
							parent
							
								
									5354ba84e6
								
							
						
					
					
						commit
						0a1985d46a
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user