From 3bceeb4da5ec953309bbc3e61d04f078198966d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 27 Jul 2021 12:51:36 -0300 Subject: aux/: Update, adjust Makefile --- aux/assert-shellcheck.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aux/assert-shellcheck.sh') diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh index cc01f3a..29d66a5 100755 --- a/aux/assert-shellcheck.sh +++ b/aux/assert-shellcheck.sh @@ -1,6 +1,6 @@ #!/bin/sh -set -eux +set -eu -git ls-files | \ - xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ +git ls-files | + xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | xargs shellcheck -- cgit v1.2.3