Merge pull request #1797 from oke-py/whitespace-path

quote PATH to run `make` successfully even if PATH includes whitespace
This commit is contained in:
Kubernetes Prow Robot
2019-11-14 12:41:36 -08:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
MYGOBIN := $(shell go env GOPATH)/bin
PATH := $(PATH):$(MYGOBIN)
SHELL := env PATH=$(PATH) /bin/bash
SHELL := env PATH="$(PATH)" /bin/bash
.PHONY: all
all: verify-kustomize