Use single quotes inside double quotes

This commit is contained in:
Stan West 2024-07-26 20:24:12 -04:00
parent d2f7136ef8
commit b56a6d43cb

View File

@ -253,7 +253,7 @@ exit /b
:: if the user provided git executable is not found
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
:: if not exist "%git_executable%" (
%print_debug% ":compare_git_versions" "No git at "%git_executable%" found."
%print_debug% ":compare_git_versions" "No git at '%git_executable%' found."
set test_dir=
)
)