set default shell to bash

SVN-Revision: 2183
This commit is contained in:
Felix Fietkau 2005-10-19 13:32:59 +00:00
parent 93d8e3112b
commit 67d99146b9
1 changed files with 3 additions and 0 deletions

View File

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