From a0e6573578153c81f1166efba73e79771e226c26 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 22 May 2023 20:17:20 +0200 Subject: removed opcode checks (they were never really finished and in use) --- bin/strict-bashism-check | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/strict-bashism-check') 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 -- cgit v1.2.3-54-g00ecf