mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-18 15:05:56 +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:
parent
9979a64ad2
commit
d9c70cb176
@ -16,7 +16,7 @@ if exist bin\php\php.exe (
|
|||||||
)
|
)
|
||||||
|
|
||||||
if "%PHP_BINARY%"=="" (
|
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
|
echo Please refer to the installation instructions at https://doc.pmmp.io/en/rtfd/installation.html
|
||||||
pause
|
pause
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user