blob: 014743a6a25c2e7164eeada66f401d2dbb26589b [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 "$@"
mmoss@chromium.org375765c2015-10-30 15:39:24 +00008. $(type -P python_runner.sh)