aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-06 13:14:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-06 13:14:29 +0000
commita7693a268f662fd2b96c662d4e84c6cf59aa202b (patch)
tree36f293a8c9985f2cffca5fdc8c8beb9362e7e04d
parentf40bdb6b8667d95a2659231646574869f37ef902 (diff)
downloadmaster-187ad058-a7693a268f662fd2b96c662d4e84c6cf59aa202b.tar.gz
master-187ad058-a7693a268f662fd2b96c662d4e84c6cf59aa202b.tar.bz2
master-187ad058-a7693a268f662fd2b96c662d4e84c6cf59aa202b.zip
include: use SHELL, not BASH for HOST_CONFIGURE_VARS
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44295 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--include/host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index b93f70ffd5..2f3c53d098 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -55,7 +55,7 @@ HOST_CONFIGURE_VARS = \
CFLAGS="$(HOST_CFLAGS)" \
CPPFLAGS="$(HOST_CPPFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
- SHELL="$(BASH)"
+ SHELL="$(SHELL)"
HOST_CONFIGURE_ARGS = \
--target=$(GNU_HOST_NAME) \