Merge pull request #663 from JanSchulz/fix-startup-file-generation

Fix init.bat generation
This commit is contained in:
Benjamin Staneck 2015-10-14 15:19:25 +02:00
commit 1526bb631f

2
vendor/init.bat vendored
View File

@ -72,7 +72,7 @@
@echo :: use this file to run your own startup commands
@echo :: use @ in front of the command to prevent printing the command
@echo.
@echo :: @call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd
@echo :: @call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd
@echo :: @set PATH=%%CMDER_ROOT%%\vendor\whatever;%%PATH%%
@echo.
) > "%CMDER_ROOT%\config\user-startup.cmd"