index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/strict-bashism-check | 2 |
diff --git a/bin/strict-bashism-check b/bin/strict-bashism-check index 9b37809..40eccf7 100755 --- a/bin/strict-bashism-check +++ b/bin/strict-bashism-check @@ -85,7 +85,7 @@ if [ -n "${errors}" ]; then exit 1 fi -if which shellcheck >/dev/null 2>&1; then +if command -v shellcheck >/dev/null 2>&1; then errors=$( find bin conf lib \ -type f \ |