This commit is contained in:
t470p
2024-05-08 07:49:50 -05:00
parent 11cdc0c1cc
commit 37b02fc3c7

View File

@@ -84,7 +84,7 @@ if [ ${operation} == "update" ] ; then
then
echo "Skipping (1) $x"
else #if [[ $installed != $x ]]
then
# then
if [[ $(echo "$installed" | grep -E -o "^$x$") != $x ]] then
if [[ "$x" =~ ^aur:* ]]; then
x=${x:4}