Ignore $HOME/.curlrc when invoking curl
Several issues have been caused by conflicts between the options Homebrew passes to curl and those read from $HOME/.curlrc. Passing '-q' will force curl to ignore settings in that file. Suggested in Homebrew/homebrew#9027. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
		
							parent
							
								
									901406e3a0
								
							
						
					
					
						commit
						f501e7f00b
					
				@ -45,7 +45,7 @@ MACOS_VERSION = /(10\.\d+)(\.\d+)?/.match(MACOS_FULL_VERSION).captures.first.to_
 | 
			
		||||
 | 
			
		||||
HOMEBREW_USER_AGENT = "Homebrew #{HOMEBREW_VERSION} (Ruby #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}; Mac OS X #{MACOS_FULL_VERSION})"
 | 
			
		||||
 | 
			
		||||
HOMEBREW_CURL_ARGS = '-f#LA'
 | 
			
		||||
HOMEBREW_CURL_ARGS = '-qf#LA'
 | 
			
		||||
 | 
			
		||||
RECOMMENDED_LLVM = 2326
 | 
			
		||||
RECOMMENDED_GCC_40 = (MACOS_VERSION >= 10.6) ? 5494 : 5493
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user