modifs.mineures sans commentaires
This commit is contained in:
parent
c4afe0b21e
commit
92827bf0c1
10
bin/runphp
10
bin/runphp
|
@ -18,9 +18,13 @@ while true; do
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
case "$MYNAME" in
|
if [ "$MYNAME" == composer ]; then
|
||||||
composer) set -- composer "$@";;
|
set -- composer "$@"
|
||||||
esac
|
else
|
||||||
|
case "$1" in
|
||||||
|
*.php|*.phar) set -- php "$@";;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
export RUNPHP_STANDALONE=
|
export RUNPHP_STANDALONE=
|
||||||
RUNPHP=; DIST=; REGISTRY=
|
RUNPHP=; DIST=; REGISTRY=
|
||||||
|
|
Loading…
Reference in New Issue