maj todo
This commit is contained in:
parent
5da09a039b
commit
394edb782e
6
runphp/TODO.md
Normal file
6
runphp/TODO.md
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user