blob: beb0976d3332eee3f172abcc0c19d9c02cd13795 [file] [log] [blame]
dnj@chromium.orgde219ec2014-07-28 17:39:08 +00001#!/usr/bin/env bash
2# Copyright 2014 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
dnj@chromium.orgde219ec2014-07-28 17:39:08 +00006SCRIPT=git_retry.py
7set -- retry "$@"
akuegel@chromium.org50289c22015-10-28 15:41:25 +00008. $(type -P python_git_runner.sh)