blob: f851c130041a6905ddc95c59b8379e39b076da80 [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.
5
[email protected]5255b2d2012-05-04 18:24:216:: This is required with cygwin only.
7PATH=%~dp0;%PATH%
8
[email protected]e6c00f32012-04-13 15:39:499:: Synchronize the root directory before deferring control back to gclient.py.
10call "%~dp0\update_depot_tools.bat"
[email protected]70444a02011-09-27 23:38:4611
[email protected]e6c00f32012-04-13 15:39:4912:: Defer control.
[email protected]5255b2d2012-05-04 18:24:2113%~dp0python "%~dp0\gclient.py" %*