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