Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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, 0 insertions, 2 deletions
diff --git a/bin/strict-bashism-check b/bin/strict-bashism-check
index b5a8eb6..f1a8de6 100755
--- a/bin/strict-bashism-check
+++ b/bin/strict-bashism-check
@@ -95,8 +95,6 @@ if command -v shellcheck >/dev/null 2>&1; then
find bin conf lib \
-type f \
-executable \
- -not -name 'opcode' \
- -not -name 'opcode_list' \
-not -name '.*' \
| grep -xF "${check_files}" \
| while read -r file; do