force the use of bash over dash (closes: #1514)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Mar 2007 12:18:28 +0000 (12:18 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Mar 2007 12:18:28 +0000 (12:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6694 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/amwall/Makefile

index f2c696f..48c35f5 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