diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-12-31 12:56:07 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-12-31 12:57:57 +0900 |
| commit | 012ee9ca8504f2461345d1b111f3f53742faeb62 (patch) | |
| tree | d725f8cccd9e4754b822ccad50a3c5e5ca2d5e04 | |
| parent | 151252e33a225fd556bc972975be81c3c9d1bdc0 (diff) | |
| download | fzf-012ee9ca8504f2461345d1b111f3f53742faeb62.tar.gz | |
[Makefile] Make sure to use bash
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +SHELL := bash GO ?= go GOOS ?= $(word 1, $(subst /, " ", $(word 4, $(shell go version)))) |
