mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Rewrite old calls to :verbose_output to working %lib_console% verbose_output
This commit is contained in:
parent
0ed10e5e89
commit
167c49ee6d
4
vendor/lib/lib_git.cmd
vendored
4
vendor/lib/lib_git.cmd
vendored
@ -245,14 +245,14 @@ exit /b
|
|||||||
set test_dir=
|
set test_dir=
|
||||||
)
|
)
|
||||||
) else (
|
) 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=
|
set test_dir=
|
||||||
)
|
)
|
||||||
) else (
|
) else (
|
||||||
:: compare the user git version against the vendored version
|
:: compare the user git version against the vendored version
|
||||||
:: if the user provided git executable is not found
|
:: if the user provided git executable is not found
|
||||||
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
|
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=
|
set test_dir=
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user