From be4442dae1809b46af9e923b9d9b0d64c302a133 Mon Sep 17 00:00:00 2001 From: Douglas William Thrift Date: Thu, 22 Oct 2009 09:47:35 +0000 Subject: [PATCH] Make sure the shell is bash! --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index bda4406..ce70b55 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,5 @@ +SHELL :=$(shell which bash 2>/dev/null) + ifndef PKG_TARG target := else -- 2.47.2