diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-18 22:26:17 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-18 22:26:17 -0300 |
| commit | e1879f01860542fee25a22eeb9a1d34f94bc6896 (patch) | |
| tree | bac8e5dfba923b292978687a328fc68c7a1cf5f4 | |
| parent | git/gitignore: Add patches/ to gitignore (diff) | |
| download | dotfiles-e1879f01860542fee25a22eeb9a1d34f94bc6896.tar.gz dotfiles-e1879f01860542fee25a22eeb9a1d34f94bc6896.tar.xz | |
build-aux/assert-shellcheck.sh: Make match more strict
| -rwxr-xr-x | build-aux/assert-shellcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/assert-shellcheck.sh b/build-aux/assert-shellcheck.sh index cf2eed8a..334a8750 100755 --- a/build-aux/assert-shellcheck.sh +++ b/build-aux/assert-shellcheck.sh @@ -2,5 +2,5 @@ set -eux git ls-files -z | \ - xargs -0 awk 'FNR==1 && /^#!\/bin\/sh/ { print FILENAME }' | \ + xargs -0 awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ xargs shellcheck |
