From 25c841af00f858c16ebda7baae87cebcfa59b010 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Fri, 24 Mar 2017 15:29:17 +0000 Subject: [PATCH] make: Don't hard-code SHELL as /bin/sh --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.tmpl.in b/make.tmpl.in index 41f23e6a3..8148fb551 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -SHELL = /bin/sh +SHELL = @SHELL@ @SET_MAKE@ -- 2.43.5