This commit is contained in:
csoler 2022-02-09 22:16:02 +01:00
parent fc89ba0fb7
commit e86e0ac05a
6 changed files with 13 additions and 4 deletions

View file

@ -8,7 +8,7 @@ if errorlevel 1 goto error_env
call "%EnvPath%\env.bat"
if errorlevel 1 goto error_env
call "%~dp0env.bat" %*
call "%~dp0env.bat" clean %*
if errorlevel 2 exit /B 2
if errorlevel 1 goto error_env