From 23f88d71aba0052357641e5704cd3d19a59f07c1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 3 Apr 2018 14:49:09 +0200 Subject: bin/strict-bashism-check: check only executables in conf/ with shellcheck --- bin/strict-bashism-check | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/strict-bashism-check') diff --git a/bin/strict-bashism-check b/bin/strict-bashism-check index 641d23f..9b37809 100755 --- a/bin/strict-bashism-check +++ b/bin/strict-bashism-check @@ -89,6 +89,7 @@ if which shellcheck >/dev/null 2>&1; then errors=$( find bin conf lib \ -type f \ + -executable \ -not -name 'opcode' \ -not -name 'opcode_list' \ -not -name '.*' \ -- cgit v1.2.3