X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2Ftoolsetup.bat;h=58fd26a4b585ab0ffce782d4974bc978cb48a767;hp=4fcff318792c04ddb54ea1e3bd1658ad5d3b793f;hb=HEAD;hpb=f0a3f6d9c30bf0926959a23c1454053a9df5ae9d diff --git a/BaseTools/toolsetup.bat b/BaseTools/toolsetup.bat index 4fcff31879..58fd26a4b5 100755 --- a/BaseTools/toolsetup.bat +++ b/BaseTools/toolsetup.bat @@ -401,6 +401,8 @@ goto end if %ERRORLEVEL% EQU 0 ( goto use_pip_basetools ) else ( + REM reset ERRORLEVEL + type nul>nul goto use_builtin_basetools )