From 1319910db0197d4e0c373dac4ef4729e7faf3a89 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 23 Jul 2024 19:01:54 +0200 Subject: [PATCH] move shellcheck --- usr/lib/archboot/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 7bfa9e6ef..7739320b1 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -39,8 +39,8 @@ _create_iso() { _create_archboot_db "${_W_DIR}${_CACHEDIR}" #shellcheck disable=SC1090 . "${_W_DIR}/etc/archboot/${_ARCH}.conf" + #shellcheck disable=SC2116,SC2046,2086 _KVER="$(_kver $(echo ${_W_DIR}${_KERNEL}))" - #shellcheck disable=SC2116,SC2046,SC2027,2086 _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-${_KVER}" if ! [[ "${_RUNNING_ARCH}" == "${_ARCH}" ]]; then ### to speedup build for riscv64 and aarch64 on x86_64, run compressor on host system