modifs.mineures sans commentaires
This commit is contained in:
parent
59e2abee61
commit
5da09a039b
@ -58,7 +58,7 @@ Vérification des liens..."
|
|||||||
[ -f "$i" ] || continue
|
[ -f "$i" ] || continue
|
||||||
name="bin/${i%.*}.php"
|
name="bin/${i%.*}.php"
|
||||||
dest="../@@CLI@@/_wrapper.sh"
|
dest="../@@CLI@@/_wrapper.sh"
|
||||||
link="../bin/${i%.*}.php"
|
link="../bin/${i%.*}.php" #XXX
|
||||||
if [ -L "$link" ]; then
|
if [ -L "$link" ]; then
|
||||||
echo "* $name OK"
|
echo "* $name OK"
|
||||||
elif [ -e "$link" ]; then
|
elif [ -e "$link" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user