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

Unified Diff: fetch.bat

Issue 13618002: add auto-update step to 'fetch' wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 9 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
« fetch ('K') | « fetch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch.bat
diff --git a/fetch.bat b/fetch.bat
index 3ced7ccc20f33e19fce2e0a4d626a6cc01af1f6a..b469957469705a99c9e4fa77707981e9b24058b4 100755
--- a/fetch.bat
+++ b/fetch.bat
@@ -6,5 +6,8 @@
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
+:: Synchronize the root directory before deferring control back to gclient.py.
+call "%~dp0\update_depot_tools.bat"
+
:: Defer control.
%~dp0python "%~dp0\fetch.py" %*
« fetch ('K') | « fetch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698