diff options
Diffstat (limited to 'bin/check-opcodes')
-rwxr-xr-x | bin/check-opcodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-opcodes b/bin/check-opcodes index 2efbce5..feaffc3 100755 --- a/bin/check-opcodes +++ b/bin/check-opcodes @@ -1,6 +1,6 @@ #!/bin/sh -# shellcheck disable=SC2086 +# shellcheck disable=SC2086,SC2119,SC2120 # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |