This commit is contained in:
tuxwarrior
2024-05-04 13:03:25 -05:00
parent 3e6c051885
commit 9d05b458f2

View File

@@ -84,7 +84,7 @@ if [ ${operation} == "update" ] ; then
if [[ "$x" =~ ^aur:* ]]; then if [[ "$x" =~ ^aur:* ]]; then
x=${x:4} x=${x:4}
echo "Adding $x to AUR list" echo "Adding $x to AUR list"
list_aur+="$x " list_aur+=("$x" )
else else
echo "Adding $x to Arch list" echo "Adding $x to Arch list"
list+="$x " list+="$x "