From 2f59ba99e07da04152843bc6cad777fa4444da14 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 8 Sep 2024 14:46:26 +0200 Subject: [PATCH] syntax fixes --- usr/lib/archboot/installer/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index bd998ca89..188eb32ac 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -30,7 +30,7 @@ fi _PACMAN="pacman --root ${_DESTDIR} --cachedir=${_DESTDIR}${_CACHEDIR} --noconfirm" _linux_firmware() { - _PACKAGES[@]="${_PACKAGES[@]// linux-firmware / }" + _PACKAGES="${_PACKAGES[@]//linux-firmware/}" #shellcheck disable=SC2013 for i in $(choose 0