From 61076c7c268256b5ba65b125e2dfd17644abc32d Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Mon, 26 Apr 2021 21:56:27 +0900 Subject: [PATCH] add how to set HOMEBREW_CURL --- Library/Homebrew/cmd/vendor-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index 7c3180a41f..0ab1bc3d74 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -119,6 +119,7 @@ fetch() { else if [[ -f "${temporary_path}" ]] then + # HOMEBREW_CURL is set by brew.sh (and isn't mispelt here) # shellcheck disable=SC2153 "${HOMEBREW_CURL}" "${curl_args[@]}" -C - "${VENDOR_URL}" -o "${temporary_path}" if [[ $? -eq 33 ]]