fixing syntax issue for etcd builds
This commit is contained in:
parent
0f478e52a8
commit
db32c4cf7c
|
@ -164,7 +164,7 @@ else
|
||||||
for version in $(BUNDLED_ETCD_VERSIONS); do \
|
for version in $(BUNDLED_ETCD_VERSIONS); do \
|
||||||
etcd_release_tmp_dir=$(shell mktemp -d); \
|
etcd_release_tmp_dir=$(shell mktemp -d); \
|
||||||
etcd_build_dir="/go/src/github.com/coreos/etcd"; \
|
etcd_build_dir="/go/src/github.com/coreos/etcd"; \
|
||||||
etcd_build_script="./build.sh"
|
etcd_build_script="./build.sh"; \
|
||||||
if [ $$(echo $$version | cut -d. -f2) -gt 3 ]; then \
|
if [ $$(echo $$version | cut -d. -f2) -gt 3 ]; then \
|
||||||
etcd_build_dir="/go/src/go.etcd.io/etcd"; \
|
etcd_build_dir="/go/src/go.etcd.io/etcd"; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|
Loading…
Reference in New Issue