mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-21 22:57:15 +00:00
fixing syntax issue for etcd builds
This commit is contained in:
@@ -164,7 +164,7 @@ else
|
||||
for version in $(BUNDLED_ETCD_VERSIONS); do \
|
||||
etcd_release_tmp_dir=$(shell mktemp -d); \
|
||||
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 \
|
||||
etcd_build_dir="/go/src/go.etcd.io/etcd"; \
|
||||
fi; \
|
||||
|
||||
Reference in New Issue
Block a user