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