From 239743f39bdd8699abcb8d1652e7b2e8249fb1ec Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Thu, 24 Nov 2022 22:15:03 +0800 Subject: [PATCH] Fix `shellcheck` error --- Library/Homebrew/brew.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 4ab5345058..98373deac4 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -150,6 +150,8 @@ safe_cd() { } brew() { + # This variable is set by bin/brew + # shellcheck disable=SC2154 "${HOMEBREW_BREW_FILE}" "$@" }