update glide

This commit is contained in:
Ethan Buchman
2016-11-03 20:16:44 -04:00
parent 3ff9355e7b
commit 01a3ac50af
3 changed files with 5 additions and 1 deletions

View File

@ -7,9 +7,11 @@ IFS=$'\n\t'
LIB=$1
TMCORE=$GOPATH/src/github.com/tendermint/tendermint
set +u
if [[ "$GLIDE" == "" ]]; then
GLIDE=$TMCORE/glide.lock
fi
set -u
OLD_COMMIT=`bash $TMCORE/scripts/glide/parse.sh $LIB`