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:
@ -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
|
||||
|
Reference in New Issue
Block a user