Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: gclient.bat

Issue 115063: Force the installation of python and svn on windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.bat
===================================================================
--- gclient.bat (revision 15495)
+++ gclient.bat (working copy)
@@ -13,7 +13,7 @@
IF NOT EXIST "%~dp0.svn\." GOTO :SKIP_UPDATE
:: Will download svn and python if not already installed on the system.
darin (slow to review) 2009/05/07 03:27:26 thanks! probably want to update this comment acco
-call "%~dp0bootstrap\win\win_tools.bat"
+call "%~dp0bootstrap\win\win_tools.bat" force
if errorlevel 1 goto :EOF
:: Sync the bootstrap directory *only after*.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698