2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-05-02 14:24:39 +08:00

Merge pull request 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

@ -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