From 6879a94c1056df9c5af47636c3a1360f3bf5efce Mon Sep 17 00:00:00 2001 From: Gregory Lureau Date: Tue, 15 Dec 2015 18:56:22 +0100 Subject: [PATCH] Fix vendor/init.bat when the PATH contains spaces. --- vendor/init.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/init.bat b/vendor/init.bat index 4364300e7..c03a7a608 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -51,7 +51,7 @@ ) :: Enhance Path -@set PATH=%CMDER_ROOT%\bin;%PATH%;%CMDER_ROOT%\ +@set "PATH=%CMDER_ROOT%\bin;%PATH%;%CMDER_ROOT%\" :: make sure we have an example file