ipset: force the shell to bash to fix build issues on mac os x

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37227 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2013-07-10 14:59:00 +00:00
parent 747a5fa8dc
commit e91e245a2d

View File

@@ -40,7 +40,8 @@ CONFIGURE_ARGS += \
--with-kbuild="$(LINUX_DIR)"
MAKE_FLAGS += \
ARCH="$(LINUX_KARCH)"
ARCH="$(LINUX_KARCH)" \
SHELL="$(BASH)"
IPSET_MODULES:= \
ipset/ip_set \