From 77836cfb3fb1e24668e79f096431f671b56ec6da Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 13 May 2016 14:41:29 +0800 Subject: fix shellcheck complaint --- Library/Homebrew/cmd/update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index 518d20c68..e1ba579ee 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -5,6 +5,8 @@ #: If `--merge` is specified then `git merge` is used to include updates #: (rather than `git rebase`). +# Hide shellcheck complaint: +# shellcheck source=/dev/null source "$HOMEBREW_LIBRARY/Homebrew/utils/lock.sh" git_init_if_necessary() { -- cgit v1.2.3