diff --git a/vendor/bin/cexec.cmd b/vendor/bin/cexec.cmd index 2b1c09f..fc0ac47 100644 --- a/vendor/bin/cexec.cmd +++ b/vendor/bin/cexec.cmd @@ -22,7 +22,7 @@ if /i "%currenArgu%" equ "/setPath" ( set "ccall=call %~dp0cexec.cmd" set "cexec=%~dp0cexec.cmd" ) else if /i "%currenArgu%" == "/?" ( - call :help + goto :help ) else if /i "%currenArgu%" equ "/help" ( goto :help ) else if /i "%currenArgu%" equ "/h" (