From 9d05b458f23eb0bc5e0292a1363960942f4e5704 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sat, 4 May 2024 13:03:25 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index bcc6091..f7b0b6e 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -84,7 +84,7 @@ if [ ${operation} == "update" ] ; then if [[ "$x" =~ ^aur:* ]]; then x=${x:4} echo "Adding $x to AUR list" - list_aur+="$x " + list_aur+=("$x" ) else echo "Adding $x to Arch list" list+="$x "