summaryrefslogtreecommitdiff
path: root/bin/strict-bashism-check
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-23 22:07:00 +0200
committerErich Eckner <git@eckner.net>2017-08-23 22:07:00 +0200
commit67ffb502ea0c2bbf36dbfc0c8dfcd065002aabd8 (patch)
tree44ebe3ab863d236e052440f5ca72361316494971 /bin/strict-bashism-check
parent1061c920833a562e02584aa70e7c889a734139d8 (diff)
downloadbuilder-67ffb502ea0c2bbf36dbfc0c8dfcd065002aabd8.tar.xz
silence all other shellcheck warnings
Diffstat (limited to 'bin/strict-bashism-check')
-rwxr-xr-xbin/strict-bashism-check1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/strict-bashism-check b/bin/strict-bashism-check
index 1bcfdfd..9029471 100755
--- a/bin/strict-bashism-check
+++ b/bin/strict-bashism-check
@@ -62,6 +62,7 @@ if [ -n "${errors}" ]; then
fi
errors=$(
+# shellcheck disable=SC2016
find bin conf -type f -executable -exec grep -H '="\$(' {} \;
)