Merge pull request #3190 from MikeMcQuaid/curl_https_fix

development_tools: fix curl https handling.
This commit is contained in:
Mike McQuaid 2017-09-23 10:58:10 +01:00 committed by GitHub
commit d7fbcc6211

View File

@ -85,7 +85,7 @@ class DevelopmentTools
def curl_handles_most_https_certificates? def curl_handles_most_https_certificates?
# The system Curl is too old for some modern HTTPS certificates on # The system Curl is too old for some modern HTTPS certificates on
# older macOS versions. # older macOS versions.
!ENV["HOMEBREW_SYSTEM_CURL_TOO_OLD"].nil? ENV["HOMEBREW_SYSTEM_CURL_TOO_OLD"].nil?
end end
def subversion_handles_most_https_certificates? def subversion_handles_most_https_certificates?