blob: 61dfb7af64dd3690f71f0942bb2c48af1f6e6287 [file] [log] [blame]
Sergey Berezin6fee2672017-05-01 22:31:161# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5function cipd_bin_setup {
6 local MYPATH=$(dirname "${BASH_SOURCE[0]}")
7
8 "$MYPATH/cipd" ensure -ensure-file "$MYPATH/cipd_manifest.txt" \
9 -root "$MYPATH/.cipd_bin"
10}