Merge pull request #455 from vbatts/makefile_set_shell

Makefile: prefer bash
This commit is contained in:
Mrunal Patel 2016-05-25 10:54:27 -07:00
commit e97a303ae0
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))" ''