maruel@chromium.org | 565db0e | 2009-06-05 18:08:54 +0000 | [diff] [blame] | 1 | #!/bin/sh |
derat@chromium.org | b7ec6aa | 2010-02-16 17:04:39 +0000 | [diff] [blame] | 2 | # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
maruel@chromium.org | 565db0e | 2009-06-05 18:08:54 +0000 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
| 6 | base_dir=$(dirname "$0") |
msb@chromium.org | dffe494 | 2009-11-18 02:25:16 +0000 | [diff] [blame] | 7 | |
msb@chromium.org | 2a94904 | 2010-10-18 18:04:01 +0000 | [diff] [blame] | 8 | "$base_dir"/update_depot_tools |
chase@chromium.org | cc51cd0 | 2010-12-23 00:48:39 +0000 | [diff] [blame^] | 9 | "$base_dir"/git_cl/git-cl "$@" |