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 ..
|
||||
done
|
||||
|
||||
case "$MYNAME" in
|
||||
composer) set -- composer "$@";;
|
||||
esac
|
||||
if [ "$MYNAME" == composer ]; then
|
||||
set -- composer "$@"
|
||||
else
|
||||
case "$1" in
|
||||
*.php|*.phar) set -- php "$@";;
|
||||
esac
|
||||
fi
|
||||
|
||||
export RUNPHP_STANDALONE=
|
||||
RUNPHP=; DIST=; REGISTRY=
|
||||
|
|
Loading…
Reference in New Issue