From: nico Date: Sun, 25 Mar 2007 12:18:28 +0000 (+0000) Subject: force the use of bash over dash (closes: #1514) X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=814f2c200706eca5db938324133f10dcc18ffbf3;p=packages.git force the use of bash over dash (closes: #1514) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6694 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/amwall/Makefile b/net/amwall/Makefile index f2c696fe5..48c35f5c1 100644 --- a/net/amwall/Makefile +++ b/net/amwall/Makefile @@ -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