aboutsummaryrefslogtreecommitdiff
path: root/lint/git-template-hooks.sh
blob: 74f20fc6b34f58d38a39cd6654b0e9d012d7b14e (plain) (blame)
1
2
3
4
5
set --
for bin in git/template/hooks/*.sh ; do
    set -- "$@" "${bin%.sh}"
done
shellcheck -e SC1090 -- "$@" || exit