force the use of bash over dash (closes: #1514)
authorNicolas Thill <nico@openwrt.org>
Sun, 25 Mar 2007 12:18:28 +0000 (12:18 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 25 Mar 2007 12:18:28 +0000 (12:18 +0000)
SVN-Revision: 6694

net/amwall/Makefile

index f2c696fe582b4c7962aa348fec19c49100fc1122..48c35f5c147a5fb0bd5cd84202d526c89b13f21f 100644 (file)
@@ -42,6 +42,7 @@ define Build/Compile
                PREFIX="/usr" \
                CONFIG="$(PKG_BUILD_DIR)/etc/amsel" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               SHELL="/bin/bash" \
                all install
 endef