Skip to content

Commit

Permalink
Merge pull request opencontainers#455 from vbatts/makefile_set_shell
Browse files Browse the repository at this point in the history
Makefile: prefer bash
  • Loading branch information
Mrunal Patel committed May 25, 2016
2 parents 23bf8e9 + f3fdf03 commit e97a303
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 e97a303

Please sign in to comment.