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:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-22 20:17:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-22 20:17:20 +0200
commita0e6573578153c81f1166efba73e79771e226c26 (patch)
tree7647be9975b88b101806d1ad3104c5b69713c135 /bin/strict-bashism-check
parent1aa4e18a3336e2d16f73089277f749fc3f9a3147 (diff)
removed opcode checks (they were never really finished and in use)
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