1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 13:22:48 +02:00

set default shell to bash

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-10-19 13:32:59 +00:00
parent 1b8fffcf7c
commit 72a7694eb2

View File

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