]> git.ipfire.org Git - thirdparty/xz.git/commit
Scripts: Add shellcheck directives to silence warnings
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 13 May 2025 17:42:26 +0000 (20:42 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 24 May 2025 09:41:51 +0000 (12:41 +0300)
commit084fc04f2628f0b9ffa9c441d279ba58e210ad19
tree525c61cceb29b96e0aef5b603f0e756f538695b1
parent5ef8cd2e76ca53007cbe7f9508ff92d90323e895
Scripts: Add shellcheck directives to silence warnings

Set also shell because the xz*.in files start with '#!@POSIX_SHELL@'.

SC1003 and SC2016 are only info messages, not warnings. Several other
shellcheck info messages remain. They are safe to ignore, but I didn't
want to disable them now.

Partially-fixes: https://github.com/tukaani-project/xz/issues/174
src/scripts/xzdiff.in
src/scripts/xzgrep.in
src/scripts/xzless.in
src/scripts/xzmore.in