This commit is contained in:
tuxwarrior
2024-05-04 13:11:29 -05:00
parent ccf5d78491
commit 3ee819b420

View File

@@ -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 "