Skip to content

Commit

Permalink
start.cmd: prevent idiotic behaviour when paths contain characters su…
Browse files Browse the repository at this point in the history
…ch as brackets

god I hate this shit so much
  • Loading branch information
dktapps committed Dec 27, 2021
1 parent 9979a64 commit d9c70cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9c70cb

Please sign in to comment.