mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 11:19:10 +08:00
Merge pull request #773 from glureau/development
Fix vendor/init.bat when the PATH contains spaces.
This commit is contained in:
commit
744522b97b
2
vendor/init.bat
vendored
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
|
||||||
|
Loading…
Reference in New Issue
Block a user