mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Update init.bat
This commit is contained in:
parent
46c8099317
commit
f1a9721256
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user