chore: unite slash

This commit is contained in:
xiazeyu 2018-08-06 16:05:31 +08:00
parent f4ee915678
commit 39f47870a3
No known key found for this signature in database
GPG Key ID: F8162BE75DCCDC2D

2
vendor/init.bat vendored
View File

@ -320,7 +320,7 @@ echo :: use in front of the command to prevent printing the command
echo. echo.
echo :: the next two lines is for "%%flag_exists%%" shortcut, a custom arguments handler echo :: the next two lines is for "%%flag_exists%%" shortcut, a custom arguments handler
echo :: don't remove it if you need it echo :: don't remove it if you need it
echo call "%%cmder_root%%\vendor\lib\flag_exists" "/setPath" echo call "%%cmder_root%%/vendor/lib/flag_exists" "/setPath"
echo. echo.
echo :: uncomment this to have the ssh agent load when cmder starts echo :: uncomment this to have the ssh agent load when cmder starts
echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd" echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd"