diff options
author | Erich Eckner <git@eckner.net> | 2017-08-23 22:07:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-23 22:07:00 +0200 |
commit | 67ffb502ea0c2bbf36dbfc0c8dfcd065002aabd8 (patch) | |
tree | 44ebe3ab863d236e052440f5ca72361316494971 /bin/strict-bashism-check | |
parent | 1061c920833a562e02584aa70e7c889a734139d8 (diff) | |
download | builder-67ffb502ea0c2bbf36dbfc0c8dfcd065002aabd8.tar.xz |
silence all other shellcheck warnings
Diffstat (limited to 'bin/strict-bashism-check')
-rwxr-xr-x | bin/strict-bashism-check | 1 |
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 '="\$(' {} \; ) |