remove quotes from `tendermint version`

before:
0.14.0-'88f5f21d'

after:
0.14.0-88f5f21d

Fixes #1023
This commit is contained in:
Anton Kaliaev 2017-12-28 09:02:25 -06:00
parent d14ec7d7d2
commit c611cc7268
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions

View File

@ -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