mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-25 16:04:29 +08:00
fix cexec.cmd
This commit is contained in:
Vendored
+2
-2
@@ -19,8 +19,8 @@ set "currenArgu=%~1"
|
|||||||
if /i "%currenArgu%" equ "/setPath" (
|
if /i "%currenArgu%" equ "/setPath" (
|
||||||
:: set %flag_exists% shortcut
|
:: set %flag_exists% shortcut
|
||||||
endlocal
|
endlocal
|
||||||
set "ccall=call %~dp0cexec.cmd"
|
set "ccall=call ^"%~dp0cexec.cmd^""
|
||||||
set "cexec=%~dp0cexec.cmd"
|
set "cexec=^"%~dp0cexec.cmd^""
|
||||||
) else if /i "%currenArgu%" == "/?" (
|
) else if /i "%currenArgu%" == "/?" (
|
||||||
goto :help
|
goto :help
|
||||||
) else if /i "%currenArgu%" equ "/help" (
|
) else if /i "%currenArgu%" equ "/help" (
|
||||||
|
|||||||
Reference in New Issue
Block a user