1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-17 13:33:49 -07:00

[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

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