Skip to content

Commit

Permalink
Merge pull request #663 from JanSchulz/fix-startup-file-generation
Browse files Browse the repository at this point in the history
Fix init.bat generation
  • Loading branch information
Stanzilla committed Oct 14, 2015
2 parents 2724099 + b8f7bde commit 1526bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1526bb6

Please sign in to comment.