force the use of bash over dash (closes: #1514)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6694 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-03-25 12:18:28 +00:00
parent 84f17111a8
commit 814f2c2007

View 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