[Makefile] Make sure to use bash

pull/2305/head
Junegunn Choi 3 years ago
parent 151252e33a
commit 012ee9ca85
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

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

Loading…
Cancel
Save