From 18a230dfd58b7fa2126a286b93801b6cf8cc7956 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:09:58 +0900 Subject: [PATCH] cmd/casks.sh: repair style --- Library/Homebrew/cmd/casks.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/casks.sh b/Library/Homebrew/cmd/casks.sh index 4a8d866f45..aa3a75cf2b 100644 --- a/Library/Homebrew/cmd/casks.sh +++ b/Library/Homebrew/cmd/casks.sh @@ -3,7 +3,9 @@ #: List all locally installable casks including short names. #: -source "$HOMEBREW_LIBRARY/Homebrew/items.sh" +# HOMEBREW_LIBRARY is set in bin/brew +# shellcheck disable=SC2154 +source "${HOMEBREW_LIBRARY}/Homebrew/items.sh" homebrew-casks() { homebrew-items 'Formula' 's|/Casks/|/|' '^homebrew/cask'