Fix install_protobuf.sh script

This commit is contained in:
Romain Ruetschi
2020-07-10 17:30:00 +02:00
parent 95a1967144
commit 34138edee7

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -e
PROTOC_VERSION=$(cat ../PROTOC_VERSION)
check_protoc_version () {
this_version=`protoc --version`
return `[ "libprotoc $PROTOC_VERSION" = "$this_version" ]`