Skip to content

Commit

Permalink
brew.sh: disable shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 26, 2023
1 parent 3c8b494 commit 7cf0e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7cf0e04

Please sign in to comment.