Update init.bat

This commit is contained in:
Dax T Games 2019-10-22 22:44:17 -04:00 committed by GitHub
parent 46c8099317
commit f1a9721256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
vendor/init.bat vendored
View File

@ -188,7 +188,7 @@ for /F "delims=" %%F in ('where git.exe 2^>nul') do (
call :compare_git_versions
)
:: our last hope: our own git...
:VENDORED_GIT
if exist "%CMDER_ROOT%\vendor\git-for-windows" (
set "GIT_INSTALL_ROOT=%CMDER_ROOT%\vendor\git-for-windows"