diff --git a/cipd.bat b/cipd.bat index 019ac01564..c52d887d48 100644 --- a/cipd.bat +++ b/cipd.bat @@ -25,6 +25,6 @@ if not errorlevel 0 goto :END :END endlocal & ( - set ERRORLEVEL=%ERRORLEVEL% + set EXPORT_ERRORLEVEL=%ERRORLEVEL% ) -exit /b %ERRORLEVEL% +exit /b %EXPORT_ERRORLEVEL%