From c611cc726847349094482772694209d6432c00bc Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 28 Dec 2017 09:02:25 -0600 Subject: [PATCH] remove quotes from `tendermint version` before: 0.14.0-'88f5f21d' after: 0.14.0-88f5f21d Fixes #1023 --- scripts/dist_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist_build.sh b/scripts/dist_build.sh index 873bacf1..587199e0 100755 --- a/scripts/dist_build.sh +++ b/scripts/dist_build.sh @@ -31,7 +31,7 @@ echo "==> Building..." -os="${XC_OS}" \ -arch="${XC_ARCH}" \ -osarch="!darwin/arm !solaris/amd64 !freebsd/amd64" \ - -ldflags "-s -w -X ${GIT_IMPORT}.GitCommit='${GIT_COMMIT}'" \ + -ldflags "-s -w -X ${GIT_IMPORT}.GitCommit=${GIT_COMMIT}" \ -output "build/pkg/{{.OS}}_{{.Arch}}/tendermint" \ -tags="${BUILD_TAGS}" \ github.com/tendermint/tendermint/cmd/tendermint