modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-10-18 16:33:39 +04:00
parent c4afe0b21e
commit 92827bf0c1
1 changed files with 7 additions and 3 deletions

View File

@ -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=