Merge pull request #1327 from adamreese/fix/1302-checksum

fix(Makefile): explicitly set bash shell in Makefile
This commit is contained in:
Adam Reese
2016-10-11 09:18:08 -07:00
committed by GitHub

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