blob: 041918ae525211c2c6fc28ed97f74965e7a9ee3a [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Installs or updates prebuilt tools.
set -o errexit
set -o pipefail
readonly SCRIPT_ROOT="$(cd $(dirname ${BASH_SOURCE[0]} ) && pwd)"
"${SCRIPT_ROOT}/cipd.sh" ensure -ensure-file "${SCRIPT_ROOT}/cipd.ensure" -root "${SCRIPT_ROOT}" \
-log-level warning