From: Nicolas Thill 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.lede-project.org./?a=commitdiff_plain;h=237b6aa10d156a7eaa1572d869826efb11d22e14;p=openwrt%2Fsvn-archive%2Fpackages.git force the use of bash over dash (closes: #1514) SVN-Revision: 6694 --- 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