Merge pull request #773 from glureau/development

Fix vendor/init.bat when the PATH contains spaces.
This commit is contained in:
Martin Kemp 2015-12-15 19:09:58 +00:00
commit 744522b97b

2
vendor/init.bat vendored
View File

@ -51,7 +51,7 @@
) )
:: Enhance Path :: 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 :: make sure we have an example file