Commit dc2c0b97 authored by Anatoly Matyukhin's avatar Anatoly Matyukhin Committed by Commit Bot

[cipd] Do not rewrite ERRORLEVEL

cipd.bat is called from bootstrap/win/win_tools.bat. ERRORLEVEL in
win_tools.bat script should not mean return code of cipd.bat.

Bug: none
Change-Id: Ia425d5054fa9c1e1f84b4a10decc265669911646
Reviewed-on: https://chromium-review.googlesource.com/987954Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
parent bb16e339
......@@ -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%
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment