From cea0f32621dd8242414cc2a08909f24df7b97fc6 Mon Sep 17 00:00:00 2001 From: isindir Date: Sat, 25 Jul 2020 15:53:55 +0100 Subject: [PATCH] pipe: set default shell as bash in Makefile (#14) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7dfcc44e..7722016a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +SHELL := /bin/bash GO := GO15VENDOREXPERIMENT=1 GO111MODULE=on GOPROXY=https://proxy.golang.org go SOPS_SEC_OPERATOR_VERSION := 0.1.0