Sergey Berezin | 6fee267 | 2017-05-01 22:31:16 | [diff] [blame] | 1 | # 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 | |||||
5 | function 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 | } |