[Makefile] Make sure to use bash

This commit is contained in:
Junegunn Choi 2020-12-31 12:56:07 +09:00
parent 151252e33a
commit 012ee9ca85
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
SHELL := bash
GO ?= go
GOOS ?= $(word 1, $(subst /, " ", $(word 4, $(shell go version))))