From 167c49ee6da67ca336b20a172f6b9b8a5602c09f Mon Sep 17 00:00:00 2001 From: Florian Schwalm Date: Wed, 29 Jul 2020 22:46:35 +0200 Subject: [PATCH] Rewrite old calls to :verbose_output to working %lib_console% verbose_output --- vendor/lib/lib_git.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/lib/lib_git.cmd b/vendor/lib/lib_git.cmd index f61c4b2..b55ff6a 100644 --- a/vendor/lib/lib_git.cmd +++ b/vendor/lib/lib_git.cmd @@ -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= ) )