add SC2153

This commit is contained in:
hyuraku 2021-04-24 00:35:03 +09:00
parent e82e4ea7c2
commit 51c39c898f

View File

@ -119,6 +119,7 @@ fetch() {
else
if [[ -f "${temporary_path}" ]]
then
# shellcheck disable=SC2153
"${HOMEBREW_CURL}" "${curl_args[@]}" -C - "${VENDOR_URL}" -o "${temporary_path}"
if [[ $? -eq 33 ]]
then