mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 09:41:38 +00:00
Merge branch 'master' into develop
Conflicts: cmd/tendermint/flags.go glide.lock glide.yaml node/node.go rpc/core/routes.go version/version.go
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
#! /bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
LIB=$1
|
||||
|
||||
set +u
|
||||
if [[ "$GLIDE" == "" ]]; then
|
||||
@ -9,4 +6,8 @@ if [[ "$GLIDE" == "" ]]; then
|
||||
fi
|
||||
set -u
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
LIB=$1
|
||||
|
||||
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'
|
||||
|
Reference in New Issue
Block a user