Skip to content

Commit

Permalink
Merge pull request #2959 from stanwest/cmd-double-quotes
Browse files Browse the repository at this point in the history
In "lib_git.cmd", use single quotes inside double quotes
  • Loading branch information
DRSDavidSoft authored Jul 27, 2024
2 parents d2f7136 + b56a6d4 commit 28f6098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lib/lib_git.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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=
)
)
Expand Down

0 comments on commit 28f6098

Please sign in to comment.