From c6d8b6499f192b292d9f69b9dec4d810ee260d01 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 7 Oct 2021 11:23:44 +0200 Subject: [PATCH] add missing "" --- usr/bin/archboot-x86_64-iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-x86_64-iso.sh b/usr/bin/archboot-x86_64-iso.sh index 4ca6a191c..f89ab6b5b 100755 --- a/usr/bin/archboot-x86_64-iso.sh +++ b/usr/bin/archboot-x86_64-iso.sh @@ -55,8 +55,8 @@ if ! [[ ${UID} -eq 0 ]]; then fi #set PRESET -[[ -z ${PRESET} ]] && PRESET="x86_64" -PRESET="${PRESET_DIR}/${PRESET})" +[[ -z "${PRESET}" ]] && PRESET="x86_64" +PRESET=""${PRESET_DIR}"/"${PRESET}")" # from initcpio functions kver() {