file name fixes

This commit is contained in:
Ethan Buchman
2017-01-12 16:17:43 -05:00
parent e0aead0be2
commit d83ca54b36
2 changed files with 0 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#! /bin/bash
go get github.com/tendermint/abci/...
# get the abci commit used by tendermint
COMMIT=`bash scripts/glide/parse.sh abci`
echo "Checking out vendored commit for abci: $COMMIT"
cd $GOPATH/src/github.com/tendermint/abci
git checkout $COMMIT
glide install
go install ./cmd/...