Commit 9b91996c authored by Adam Reese's avatar Adam Reese

fix(Makefile): explicitly set bash shell in Makefile

fixes #1302
parent 36ec1901
......@@ -15,6 +15,9 @@ GOFLAGS :=
BINDIR := $(CURDIR)/bin
BINARIES := helm tiller
# Required for globs to work correctly
SHELL=/bin/bash
.PHONY: all
all: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment