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

fix(Makefile): explicitly set bash shell in Makefile
pull/1337/head
Adam Reese 8 years ago committed by GitHub
commit 7a5ee459f7

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