mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
fix double escaped percent
This commit is contained in:
parent
8b6d1d8a6f
commit
27f28e6ed7
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -255,7 +255,7 @@ if defined GIT_INSTALL_ROOT (
|
||||
if not defined GIT_INSTALL_ROOT (
|
||||
if not [\%full_path:\cmd\git.exe=:%]==[\%full_path%] (
|
||||
:: Get the absolute path to the user provided git binary
|
||||
%lib_git% is_git_shim "%%~dp1"
|
||||
%lib_git% is_git_shim "%~dp1"
|
||||
%lib_git% get_user_git_version
|
||||
%lib_git% compare_git_versions
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user