enquotes PATH to guard against spaces

/Applications/VMware Fusion.app/Contents/Public and the like in PATH
should be accommodated
pull/2961/head
Payam Tanaka 2018-06-22 02:03:58 -07:00 committed by dlorenc
parent 05161c1b18
commit 653f3ac081
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ test:
pkg/minikube/assets/assets.go: $(shell find deploy/addons -type f)
which go-bindata || GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...
PATH=$(PATH):$(GOPATH)/bin go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
PATH="$(PATH):$(GOPATH)/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
.PHONY: cross
cross: out/minikube-linux-amd64 out/minikube-darwin-amd64 out/minikube-windows-amd64.exe