diff options
author | EuAndreh <eu@euandre.org> | 2021-06-11 23:55:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-11 23:55:44 -0300 |
commit | 2be10d5b2df987131497c1d9fd7f93df4c6d827e (patch) | |
tree | 09c50d69f942c1385dcd459690f5a8849793ee31 /aux/assert-shellcheck.sh | |
parent | TODOs.md: Add #task-39e71afe-4ac9-4c3d-97e4-9ac41f826089 (diff) | |
download | gistatic-2be10d5b2df987131497c1d9fd7f93df4c6d827e.tar.gz gistatic-2be10d5b2df987131497c1d9fd7f93df4c6d827e.tar.xz |
aux/: Update files
Diffstat (limited to 'aux/assert-shellcheck.sh')
-rwxr-xr-x | aux/assert-shellcheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh index fcbb1c7..cc01f3a 100755 --- a/aux/assert-shellcheck.sh +++ b/aux/assert-shellcheck.sh @@ -2,5 +2,5 @@ set -eux git ls-files | \ - xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ - xargs shellcheck + xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ + xargs shellcheck |