-pecl refonctionne
-ajout d’espace pour antibody
This commit is contained in:
2020-09-02 18:25:56 +02:00
parent a434e2814a
commit 6e8361312c
3 changed files with 15 additions and 10 deletions

View File

@@ -67,15 +67,17 @@ if [ -n "$pecl_upgrade" ]; then
pecl channel-update pecl.php.net
#(pecl or doc) update available
#b=$(echo "$ligne" | awk '{print $2}')
#pecl info "$b"
#echo ""
#if [ "$no_distract" = false ]; then
# echo "$b" | xargs -p -n 1 pecl upgrade
#else
# echo "$b" | xargs -n 1 pecl upgrade
#fi
b=$(echo "$ligne" | awk '{print $2}')
pecl info "$b"
echo ""
if [ "$no_distract" = false ]; then
echo "$b" | xargs -p -n 1 pecl upgrade
else
echo "$b" | xargs -n 1 pecl upgrade
fi
fi
echo ""
done <<< "$available"
fi
fi