modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-10-13 16:57:12 +04:00
parent 59e2abee61
commit 5da09a039b

View File

@ -58,7 +58,7 @@ Vérification des liens..."
[ -f "$i" ] || continue
name="bin/${i%.*}.php"
dest="../@@CLI@@/_wrapper.sh"
link="../bin/${i%.*}.php"
link="../bin/${i%.*}.php" #XXX
if [ -L "$link" ]; then
echo "* $name OK"
elif [ -e "$link" ]; then