mac_toolchain 337 B

123456789101112
  1. #!/usr/bin/env bash
  2. # Copyright 2017 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. MYPATH=$(dirname "${BASH_SOURCE[0]}")
  6. source "$MYPATH/cipd_bin_setup.sh"
  7. CIPD_ROOT=$(cipd_bin_setup) &> /dev/null
  8. exec "$CIPD_ROOT/mac_toolchain" "$@"