Chromium Code Reviews| Index: update_depot_tools.bat |
| diff --git a/update_depot_tools.bat b/update_depot_tools.bat |
| index 84b0a1f8ba070ce38f7deb2213dc5454b31d486d..35dbc9f0e64319e54d77d7c360c3f53876768fc2 100644 |
| --- a/update_depot_tools.bat |
| +++ b/update_depot_tools.bat |
| @@ -29,7 +29,7 @@ set errorlevel= |
| :: Initialize/update virtualenv. |
| cd /d "%DEPOT_TOOLS_DIR%." |
| -python -u bootstrap\bootstrap.py --deps_file bootstrap\deps.pyl --quiet ENV |
|
Sergiy Byelozyorov
2015/07/20 08:57:18
Please re-add --quiet. Otherwise, this will break
Daniel Bratell
2015/07/20 09:04:20
Done.
|
| +call python.bat -u bootstrap\bootstrap.py --deps_file bootstrap\deps.pyl ENV |
| if errorlevel 1 goto :EOF |
| :: Shall skip automatic update? |