]> 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>
Mon, 29 Sep 2025 14:50:45 +0000 (17:50 +0300)
commit4fc6208abebfe6b8c8348c412b4bcc594ae11c88
treeda65b836bd3eeb9c127acd37855bf99bf6472a62
parent7844aff1a838362403b332c3a68d5732a192923a
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