From b4caa828652e6a8acb7ea0776668b76250d6c29b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 23 Jul 2024 06:32:22 +0200 Subject: [PATCH] fix _kKVER --- 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 8ced3d2d4..b0d3174d6 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -39,7 +39,7 @@ _create_iso() { _create_archboot_db "${_W_DIR}${_CACHEDIR}" #shellcheck disable=SC1090 . "${_W_DIR}/etc/archboot/${_ARCH}.conf" - _KVER="$(_kver ${_W_DIR}/${_KERNEL})" + _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