fix(Makefile): explicitly set bash shell in Makefile

fixes #1302
pull/1327/head
Adam Reese 8 years ago
parent 36ec1901eb
commit 9b91996c8a

@ -15,6 +15,9 @@ GOFLAGS :=
BINDIR := $(CURDIR)/bin
BINARIES := helm tiller
# Required for globs to work correctly
SHELL=/bin/bash
.PHONY: all
all: build

Loading…
Cancel
Save