This commit is contained in:
Jephté Clain 2025-10-14 14:36:46 +04:00
parent 5da09a039b
commit 394edb782e
2 changed files with 7 additions and 1 deletions

6
runphp/TODO.md Normal file
View File

@ -0,0 +1,6 @@
# TODO
* dans `phpwrapper-_wrapper.sh`, corriger le calcul de link à la ligne 61,
parce que le chemin relatif peut être différent que ../bin
-*- coding: utf-8 mode: markdown -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8:noeol:binary

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" #XXX
link="../bin/${i%.*}.php"
if [ -L "$link" ]; then
echo "* $name OK"
elif [ -e "$link" ]; then