aboutsummaryrefslogtreecommitdiff
path: root/lint/bash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/bash.sh')
-rw-r--r--lint/bash.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/lint/bash.sh b/lint/bash.sh
index 4830b90a..2fe1ba13 100644
--- a/lint/bash.sh
+++ b/lint/bash.sh
@@ -1,7 +1 @@
-shellcheck -e SC1090 -s bash -- \
- bash/bash_completion \
- bash/bash_completion.d/*.bash \
- bash/bash_logout \
- bash/bash_profile \
- bash/bashrc \
- bash/bashrc.d/*.bash
+find bash -type f -print -exec shellcheck -e SC1090 -s bash -- {} +