Makefile: prefer bash
https://github.com/opencontainers/runtime-spec/issues/454 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
23bf8e9519
commit
f3fdf03a59
1
Makefile
1
Makefile
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
SHELL ?= $(shell command -v bash 2>/dev/null)
|
||||||
DOCKER ?= $(shell command -v docker 2>/dev/null)
|
DOCKER ?= $(shell command -v docker 2>/dev/null)
|
||||||
PANDOC ?= $(shell command -v pandoc 2>/dev/null)
|
PANDOC ?= $(shell command -v pandoc 2>/dev/null)
|
||||||
ifeq "$(strip $(PANDOC))" ''
|
ifeq "$(strip $(PANDOC))" ''
|
||||||
|
|
Loading…
Reference in New Issue