display git improper version string as debug

This commit is contained in:
David Refoua 2024-05-28 17:19:47 +03:30 committed by GitHub
parent 92419a48fc
commit 5145a15139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ exit /b
set "GIT_VERSION=%%C"
) else (
echo "'git --version' returned an improper version string!"
echo "executable: %git_executable%"
%print_debug% :read_version "returned string: '%%A %%B %%C' by executable path: %git_executable%"
pause
exit /b
)