modifs.mineures sans commentaires
This commit is contained in:
parent
b763066f8a
commit
48e0011790
|
@ -54,6 +54,10 @@ while true; do
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
|
case "$MYNAME" in
|
||||||
|
composer) set -- composer "$@";;
|
||||||
|
esac
|
||||||
|
|
||||||
export RUNPHP_STANDALONE=
|
export RUNPHP_STANDALONE=
|
||||||
RUNPHP=; DIST=; REGISTRY=
|
RUNPHP=; DIST=; REGISTRY=
|
||||||
if [ -f "$PROJDIR/.runphp.conf" ]; then
|
if [ -f "$PROJDIR/.runphp.conf" ]; then
|
||||||
|
|
Loading…
Reference in New Issue