Skip to content

Commit

Permalink
Makefile: prefer bash
Browse files Browse the repository at this point in the history
opencontainers#454

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed May 25, 2016
1 parent 23bf8e9 commit f3fdf03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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))" ''
Expand Down

0 comments on commit f3fdf03

Please sign in to comment.