From b8f7bde353b6cf2a6d78d3cd77d61bfc8e55c6e2 Mon Sep 17 00:00:00 2001 From: Jan Schulz Date: Wed, 14 Oct 2015 12:48:14 +0200 Subject: [PATCH] Fix init.bat generation --- vendor/init.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/init.bat b/vendor/init.bat index 76483aa..a6b09ca 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -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"