include: use SHELL, not BASH for HOST_CONFIGURE_VARS

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44295
This commit is contained in:
Jo-Philipp Wich 2015-02-06 13:14:29 +00:00
parent 1162d6b721
commit 60eef7aefd
1 changed files with 1 additions and 1 deletions

View File

@ -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) \