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