diff --git a/runphp/TODO.md b/runphp/TODO.md new file mode 100644 index 0000000..b896d4a --- /dev/null +++ b/runphp/TODO.md @@ -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 \ No newline at end of file diff --git a/runphp/phpwrapper-_wrapper.sh b/runphp/phpwrapper-_wrapper.sh index 27050c0..5320701 100644 --- a/runphp/phpwrapper-_wrapper.sh +++ b/runphp/phpwrapper-_wrapper.sh @@ -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