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 "