blob: 7c57dfdeac8fb90028679e43eb974760e98ebfa3 [file] [log] [blame]
[email protected]3bb0d6f2010-11-15 17:01:521#!/usr/bin/env bash
[email protected]fb2b8eb2009-04-23 21:03:422# 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
[email protected]fb2b8eb2009-04-23 21:03:426base_dir=$(dirname "$0")
[email protected]522ca092009-06-17 18:35:187
[email protected]38c44262012-11-09 06:53:418if [[ "#grep#fetch#cleanup#diff#" != *"#$1#"* ]]; then
[email protected]3addce32012-11-08 23:02:139 "$base_dir"/update_depot_tools
10fi
[email protected]522ca092009-06-17 18:35:1811
[email protected]3abe79b2011-09-28 00:55:1812PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/gclient.py" "$@"