blob: ef4beaef766cfa1f5990e2541dba599526beeada [file] [log] [blame]
Sergey Berezinc4ccb4b2017-11-07 21:30:141#!/bin/bash
2
3# Copyright 2017 The Chromium Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7MYPATH=$(dirname "${BASH_SOURCE[0]}")
8
9source "$MYPATH/cipd_bin_setup.sh"
10cipd_bin_setup &> /dev/null
11
12exec "$MYPATH/.cipd_bin/mac_toolchain" "$@"