Index: fetch.py |
diff --git a/fetch.py b/fetch.py |
index c78dfe722b9ca060075b647d8c1624c364375c66..0a0f0b1b509ffe08b2b38837f3b9aca6303f8622 100755 |
--- a/fetch.py |
+++ b/fetch.py |
@@ -114,7 +114,7 @@ class GclientGitCheckout(GclientCheckout, GitCheckout): |
# Configure and do the gclient checkout. |
self.run_gclient('config', '--spec', self.spec['gclient_spec']) |
- self.run_gclient('sync') |
+ self.run_gclient('sync --nohooks') |
# Configure git. |
wd = os.path.join(self.base, self.root) |