summaryrefslogtreecommitdiff
path: root/bin/strict-bashism-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/strict-bashism-check')
-rwxr-xr-xbin/strict-bashism-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/strict-bashism-check b/bin/strict-bashism-check
index 40eccf7..8e58e05 100755
--- a/bin/strict-bashism-check
+++ b/bin/strict-bashism-check
@@ -76,7 +76,7 @@ fi
errors=$(
# shellcheck disable=SC2016
- find bin conf lib -type f -executable -exec grep -H '="\$(' {} \;
+ find bin conf lib -type f -executable -exec grep -H '^\s*\S\+="\$(' {} \;
)
if [ -n "${errors}" ]; then