From c3d7c8b5a167cc8bad92b89cf9b46340dba58b35 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 27 May 2016 07:03:26 +0200 Subject: Toplevel: specify full path to bash Otherwise make will always try to execute bash from every directory in $PATH. Signed-off-by: Michael Olbrich --- rules/other/Toplevel.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make index 642a2bfa0..0cc05e5fd 100644 --- a/rules/other/Toplevel.make +++ b/rules/other/Toplevel.make @@ -4,7 +4,7 @@ # # make sure bash is used to execute commands from makefiles -SHELL=bash +SHELL=$(PTXDIST_TOPDIR)/bin/bash export SHELL unexport MAKEFLAGS -- cgit v1.2.3