| Index: update_depot_tools.bat
 | 
| diff --git a/update_depot_tools.bat b/update_depot_tools.bat
 | 
| index 33fa40b220e8755ec693c924dc135e8a0e7be6c0..c282f1dcd968f01d6586395b97735b3c8fb85d22 100644
 | 
| --- a/update_depot_tools.bat
 | 
| +++ b/update_depot_tools.bat
 | 
| @@ -27,6 +27,10 @@ if errorlevel 1 goto :EOF
 | 
|  :: Now clear errorlevel so it can be set by other programs later.
 | 
|  set errorlevel=
 | 
|  
 | 
| +cd "%DEPOT_TOOLS_DIR%"
 | 
| +python -u bootstrap\bootstrap.py --deps_file bootstrap\deps.pyl ENV
 | 
| +if errorlevel 1 goto :EOF
 | 
| +
 | 
|  :: Shall skip automatic update?
 | 
|  IF "%DEPOT_TOOLS_UPDATE%" == "0" GOTO :EOF
 | 
|  
 | 
| 
 |