log the executable path for improper git

This commit is contained in:
David Refoua
2024-05-23 21:59:16 +03:30
committed by GitHub
parent c9b77f618a
commit 92419a48fc

View File

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