Merge pull request #2959 from stanwest/cmd-double-quotes

In "lib_git.cmd", use single quotes inside double quotes
This commit is contained in:
David Refoua 2024-07-27 21:04:15 +03:30 committed by GitHub
commit 28f6098d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=
)
)