fix shellcheck complaint
This commit is contained in:
parent
6eb2287221
commit
77836cfb3f
@ -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() {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user