From 3ee819b420c5bea48e93e1a985c1b3cdd6574dfd Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sat, 4 May 2024 13:11:29 -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 c6590d8..263bc03 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 "