From 012ee9ca8504f2461345d1b111f3f53742faeb62 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 31 Dec 2020 12:56:07 +0900 Subject: [PATCH] [Makefile] Make sure to use bash --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f92e73e..3857b2e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +SHELL := bash GO ?= go GOOS ?= $(word 1, $(subst /, " ", $(word 4, $(shell go version))))