set default shell to bash

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2183 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2005-10-19 13:32:59 +00:00
parent becad49732
commit 355340966f
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)