summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-27 07:03:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-27 20:27:54 +0200
commitc3d7c8b5a167cc8bad92b89cf9b46340dba58b35 (patch)
tree9cc6d25d5126d774879635dce435b9fb714210df
parent3372401230ec4235f73b384d0a0e562e342fdcc9 (diff)
downloadptxdist-c3d7c8b5a167cc8bad92b89cf9b46340dba58b35.tar.gz
ptxdist-c3d7c8b5a167cc8bad92b89cf9b46340dba58b35.tar.xz
Toplevel: specify full path to bash
Otherwise make will always try to execute bash from every directory in $PATH. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/other/Toplevel.make2
1 files changed, 1 insertions, 1 deletions
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