set default shell to bash
authorFelix Fietkau <nbd@openwrt.org>
Wed, 19 Oct 2005 13:32:59 +0000 (13:32 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 19 Oct 2005 13:32:59 +0000 (13:32 +0000)
SVN-Revision: 2183

openwrt/rules.mk

index 57544ee5bf536469808a0aeca07172c5b3f006c7..2759941e2f7db5c876741a554b79bbacec9798c6 100644 (file)
@@ -1,4 +1,7 @@
 include $(TOPDIR)/.config
+SHELL=/bin/bash
+export SHELL
+
 MAKE1=make
 MAKEFLAGS=-j$(BR2_JLEVEL)