blob: 5f8019a19d9cbb315b29ba1823f9d4e7f3e8c0d1 [file] [log] [blame]
[email protected]cc023502013-04-03 20:24:211@echo off
2:: Copyright (c) 2013 The Chromium Authors. All rights reserved.
3:: 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]cc023502013-04-03 20:24:216
[email protected]3ba37d32013-04-04 07:51:077:: Synchronize the root directory before deferring control back to gclient.py.
8call "%~dp0\update_depot_tools.bat"
9
Dan Jacques74809c12017-06-01 20:54:5710:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
11:: standalone, but allow other PATH manipulations to take priority.
12set PATH=%PATH%;%~dp0
13
[email protected]cc023502013-04-03 20:24:2114:: Defer control.
Dan Jacques74809c12017-06-01 20:54:5715python "%~dp0\fetch.py" %*