Skip to content

Commit e97a303

Browse files
author
Mrunal Patel
committed
Merge pull request #455 from vbatts/makefile_set_shell
Makefile: prefer bash
2 parents 23bf8e9 + f3fdf03 commit e97a303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
SHELL ?= $(shell command -v bash 2>/dev/null)
23
DOCKER ?= $(shell command -v docker 2>/dev/null)
34
PANDOC ?= $(shell command -v pandoc 2>/dev/null)
45
ifeq "$(strip $(PANDOC))" ''

0 commit comments

Comments
 (0)