Skip to content

Commit f3fdf03

Browse files
committed
Makefile: prefer bash
opencontainers#454 Signed-off-by: Vincent Batts <[email protected]>
1 parent 23bf8e9 commit f3fdf03

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)