fix(Makefile): explicitly set bash shell in Makefile

fixes #1302
pull/1217/head
Adam Reese 9 years ago committed by Ville Aikas
parent ae8e1491f7
commit 9eaaa0d41a

@ -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