Rewrite old calls to :verbose_output to working %lib_console% verbose_output

This commit is contained in:
Florian Schwalm 2020-07-29 22:46:35 +02:00
parent 0ed10e5e89
commit 167c49ee6d

View File

@ -245,14 +245,14 @@ exit /b
set test_dir=
)
) else (
call :verbose_output Found old %GIT_VERSION_USER% in "%test_dir%", but not using...
%lib_console% verbose_output "Found old %GIT_VERSION_USER% in %test_dir%, but not using..."
set test_dir=
)
) else (
:: compare the user git version against the vendored version
:: if the user provided git executable is not found
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
call :verbose_output No git at "%git_executable%" found.
%lib_console% verbose_output "No git at "%git_executable%" found."
set test_dir=
)
)