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*. |