u
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user