blob: 19cc68dae9f9ce87112e4a66a667b6d545b809a7 [file] [log] [blame]
thestig@chromium.org6df33342009-09-15 20:39:14 +00001#!/bin/bash
maruel@google.comfb2b8eb2009-04-23 21:03:42 +00002# Copyright (c) 2009 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.
5
maruel@google.comfb2b8eb2009-04-23 21:03:42 +00006base_dir=$(dirname "$0")
maruel@chromium.org522ca092009-06-17 18:35:18 +00007
msb@chromium.org2a949042010-10-18 18:04:01 +00008"$base_dir"/update_depot_tools
maruel@chromium.org522ca092009-06-17 18:35:18 +00009
10exec python "$base_dir/gclient.py" "$@"