From d9c70cb176c25bd67f7cab384428d6a9165f4539 Mon Sep 17 00:00:00 2001
From: "Dylan K. Taylor" <dktapps@pmmp.io>
Date: Mon, 27 Dec 2021 21:54:32 +0000
Subject: [PATCH] start.cmd: prevent idiotic behaviour when paths contain
 characters such as brackets god I hate this shit so much

---
 start.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/start.cmd b/start.cmd
index 747716ff8..b8ab12ef8 100644
--- a/start.cmd
+++ b/start.cmd
@@ -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