mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +00:00
Fix install_protobuf.sh script
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PROTOC_VERSION=$(cat ../PROTOC_VERSION)
|
|
||||||
|
|
||||||
check_protoc_version () {
|
check_protoc_version () {
|
||||||
this_version=`protoc --version`
|
this_version=`protoc --version`
|
||||||
return `[ "libprotoc $PROTOC_VERSION" = "$this_version" ]`
|
return `[ "libprotoc $PROTOC_VERSION" = "$this_version" ]`
|
||||||
|
Reference in New Issue
Block a user