Makefile: prefer bash

https://github.com/opencontainers/runtime-spec/issues/454

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-05-25 08:20:03 -04:00
parent 23bf8e9519
commit f3fdf03a59
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
SHELL ?= $(shell command -v bash 2>/dev/null)
DOCKER ?= $(shell command -v docker 2>/dev/null)
PANDOC ?= $(shell command -v pandoc 2>/dev/null)
ifeq "$(strip $(PANDOC))" ''