Index: update_depot_tools.bat |
diff --git a/update_depot_tools.bat b/update_depot_tools.bat |
index fd3e9a22e8e54130ba0d11b567b7863025bbda46..cb78ac03cbe51b449b72c9f8ccedfb0f3348f055 100644 |
--- a/update_depot_tools.bat |
+++ b/update_depot_tools.bat |
@@ -22,10 +22,7 @@ SHIFT |
set GIT_URL=https://chromium.googlesource.com/chromium/tools/depot_tools.git |
:: Will download svn and python. |
mmoss
2014/03/19 05:11:15
and git.
szager1
2014/03/19 05:41:57
Done.
|
-:: If you don't want to install the depot_tools version of these tools, remove |
-:: the 'force' option on the next command. The tools will be installed only if |
-:: not already in the PATH environment variable. |
-call "%DEPOT_TOOLS_DIR%bootstrap\win\win_tools.bat" force |
+call "%DEPOT_TOOLS_DIR%bootstrap\win\win_tools.bat" |
if errorlevel 1 goto :EOF |
:: Now clear errorlevel so it can be set by other programs later. |
set errorlevel= |