index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-22 20:17:20 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-22 20:17:20 +0200 |
commit | a0e6573578153c81f1166efba73e79771e226c26 (patch) | |
tree | 7647be9975b88b101806d1ad3104c5b69713c135 /bin/strict-bashism-check | |
parent | 1aa4e18a3336e2d16f73089277f749fc3f9a3147 (diff) |
-rwxr-xr-x | bin/strict-bashism-check | 2 |
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 |