From a75568147e03b5c8f62856e8c1532e1311e64106 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 25 Aug 2023 17:32:02 -0700 Subject: [PATCH] brew.sh: disable shellcheck warning --- Library/Homebrew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index bd5e511d4c..5c25d40da4 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -594,7 +594,7 @@ then else HOMEBREW_PRODUCT="${HOMEBREW_SYSTEM}brew" # Don't try to follow /etc/os-release - # shellcheck disable=SC1091 + # shellcheck disable=SC1091,SC2154 [[ -n "${HOMEBREW_LINUX}" ]] && HOMEBREW_OS_VERSION="$(source /etc/os-release && echo "${PRETTY_NAME}")" : "${HOMEBREW_OS_VERSION:=$(uname -r)}" HOMEBREW_OS_USER_AGENT_VERSION="${HOMEBREW_OS_VERSION}"