blob: 42984c0b96ad6b2a94d44263999d9f3472cdce14 [file] [log] [blame]
[email protected]70444a02011-09-27 23:38:461@echo off
[email protected]e6c00f32012-04-13 15:39:492:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]70444a02011-09-27 23:38:463:: Use of this source code is governed by a BSD-style license that can be
4:: found in the LICENSE file.
[email protected]28974af2014-02-26 04:07:295setlocal
[email protected]70444a02011-09-27 23:38:466
[email protected]5255b2d2012-05-04 18:24:217:: This is required with cygwin only.
8PATH=%~dp0;%PATH%
9
[email protected]e6c00f32012-04-13 15:39:4910:: Synchronize the root directory before deferring control back to gclient.py.
11call "%~dp0\update_depot_tools.bat"
[email protected]70444a02011-09-27 23:38:4612
[email protected]e6c00f32012-04-13 15:39:4913:: Defer control.
[email protected]5255b2d2012-05-04 18:24:2114%~dp0python "%~dp0\gclient.py" %*