mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-25 08:01:11 +08:00
cleanup
This commit is contained in:
Vendored
+1
-1
@@ -62,7 +62,7 @@ call "%cmder_root%\vendor\lib\lib_profile"
|
|||||||
shift
|
shift
|
||||||
)
|
)
|
||||||
) else if /i "%1" == "/git_install_root" (
|
) else if /i "%1" == "/git_install_root" (
|
||||||
if exist "%2" (
|
if exist "%~2" (
|
||||||
set "GIT_INSTALL_ROOT=%~2"
|
set "GIT_INSTALL_ROOT=%~2"
|
||||||
shift
|
shift
|
||||||
) else (
|
) else (
|
||||||
|
|||||||
Reference in New Issue
Block a user