fix(Makefile): explicitly set bash shell in Makefile

fixes #1302
This commit is contained in:
Adam Reese 2016-10-10 17:08:26 -07:00
parent 36ec1901eb
commit 9b91996c8a

View file

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