update some scripts

This commit is contained in:
Ethan Buchman
2016-10-12 12:27:37 -04:00
parent 1b37c8affd
commit f0871e4f5e
4 changed files with 47 additions and 5 deletions

View File

@ -3,6 +3,8 @@ set -euo pipefail
LIB=$1
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
if [[ "$GLIDE" == "" ]]; then
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
fi
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'