From 814f2c200706eca5db938324133f10dcc18ffbf3 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 25 Mar 2007 12:18:28 +0000 Subject: [PATCH] force the use of bash over dash (closes: #1514) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6694 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/amwall/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0