u
This commit is contained in:
@@ -84,7 +84,7 @@ if [ ${operation} == "update" ] ; then
|
|||||||
then
|
then
|
||||||
echo "Skipping (1) $x"
|
echo "Skipping (1) $x"
|
||||||
else #if [[ $installed != $x ]]
|
else #if [[ $installed != $x ]]
|
||||||
then
|
# then
|
||||||
if [[ $(echo "$installed" | grep -E -o "^$x$") != $x ]] then
|
if [[ $(echo "$installed" | grep -E -o "^$x$") != $x ]] then
|
||||||
if [[ "$x" =~ ^aur:* ]]; then
|
if [[ "$x" =~ ^aur:* ]]; then
|
||||||
x=${x:4}
|
x=${x:4}
|
||||||
|
|||||||
Reference in New Issue
Block a user