fix shellcheck complaint

This commit is contained in:
Xu Cheng 2016-05-13 14:41:29 +08:00
parent 6eb2287221
commit 77836cfb3f
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#: If `--merge` is specified then `git merge` is used to include updates #: If `--merge` is specified then `git merge` is used to include updates
#: (rather than `git rebase`). #: (rather than `git rebase`).
# Hide shellcheck complaint:
# shellcheck source=/dev/null
source "$HOMEBREW_LIBRARY/Homebrew/utils/lock.sh" source "$HOMEBREW_LIBRARY/Homebrew/utils/lock.sh"
git_init_if_necessary() { git_init_if_necessary() {

View File

@ -215,6 +215,8 @@ EOS
esac esac
fi fi
# Hide shellcheck complaint:
# shellcheck source=/dev/null
source "$HOMEBREW_LIBRARY/Homebrew/utils/analytics.sh" source "$HOMEBREW_LIBRARY/Homebrew/utils/analytics.sh"
setup-analytics setup-analytics
report-analytics-screenview-command report-analytics-screenview-command