Browse Source

Merge pull request #1024 from tendermint/1023-tendermint-version

remove quotes from `tendermint version`
pull/1027/head
Ethan Buchman 7 years ago
committed by GitHub
parent
commit
41caa4415c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/dist_build.sh

+ 1
- 1
scripts/dist_build.sh 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


Loading…
Cancel
Save