From da540e70baa8335987faef8f4f227ba64edf1cc7 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 02:33:03 -0500 Subject: [PATCH] define shell --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 67202b3..35ccd98 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL := /bin/bash + BASEDIR=$(CURDIR) PLUGINDIR=$(BASEDIR)/plugins PELICANDIR=$(BASEDIR)/pelican