From c56db1380ef22a506154396e0ec2974f8a2f6ce7 Mon Sep 17 00:00:00 2001 From: NorseGaud Date: Sun, 6 Mar 2022 13:37:07 -0500 Subject: [PATCH] only shellcheck shell scripts --- test/linting/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linting/lint.sh b/test/linting/lint.sh index c7e6d235..b2071b30 100755 --- a/test/linting/lint.sh +++ b/test/linting/lint.sh @@ -99,7 +99,7 @@ function _shellcheck -not -path './target/docker-configomat/*' )" # shellcheck disable=SC2248 - F_BIN="$(find 'target/bin' -executable -type f)" + F_BIN="$(grep -l /bin/bash target/bin/*)" F_BATS="$(find 'test' -maxdepth 1 -type f -iname '*.bats')" # This command is a bit easier to grok as multi-line.