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

openwrt/rules.mk

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