0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-04-02 09:28:47 +00:00

start.cmd: prevent idiotic behaviour when paths contain characters such as brackets

god I hate this shit so much
This commit is contained in:
Dylan K. Taylor
2021-12-27 21:54:32 +00:00
parent 9979a64ad2
commit d9c70cb176

@ -16,7 +16,7 @@ if exist bin\php\php.exe (
)
if "%PHP_BINARY%"=="" (
echo Couldn't find a PHP binary in system PATH or %~dp0\bin\php
echo Couldn't find a PHP binary in system PATH or "%~dp0bin\php"
echo Please refer to the installation instructions at https://doc.pmmp.io/en/rtfd/installation.html
pause
exit 1