only shellcheck shell scripts

This commit is contained in:
NorseGaud 2022-03-06 13:37:07 -05:00
parent 54e41d04f7
commit c56db1380e
No known key found for this signature in database
GPG Key ID: FC3D2A556A94E721
1 changed files with 1 additions and 1 deletions

View File

@ -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.