First step at converting msysgit support to git-for-windows support.

This commit is contained in:
Benjamin Staneck
2015-08-23 20:09:06 +02:00
parent dc9263a11c
commit 3e06fcbf07
6 changed files with 10 additions and 10 deletions

4
vendor/init.bat vendored
View File

@ -21,7 +21,7 @@
:: Run clink
@"%CMDER_ROOT%\vendor\clink\clink_x%architecture%.exe" inject --quiet --profile "%CMDER_ROOT%\config"
:: Prepare for msysgit
:: Prepare for git-for-windows
:: I do not even know, copypasted from their .bat
@set PLINK_PROTOCOL=ssh
@ -33,7 +33,7 @@
) else if exist "%ProgramFiles(x86)%\Git" (
set "GIT_INSTALL_ROOT=%ProgramFiles(x86)%\Git"
) else if exist "%CMDER_ROOT%\vendor" (
set "GIT_INSTALL_ROOT=%CMDER_ROOT%\vendor\msysgit"
set "GIT_INSTALL_ROOT=%CMDER_ROOT%\vendor\git-for-windows"
)
:: Add git to the path