set shell to bash in master makefile
authorFelix Fietkau <nbd@openwrt.org>
Tue, 10 Oct 2006 18:39:58 +0000 (18:39 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 10 Oct 2006 18:39:58 +0000 (18:39 +0000)
SVN-Revision: 5028

openwrt/Makefile

index ed1e34db474f93dc62991a476afb813f300d52d6..39ffb17fb5e770c8c6983feee5ef3568388665a2 100644 (file)
@@ -17,6 +17,7 @@ RELEASE:=Kamikaze
 
 all: world
 
+SHELL:=/usr/bin/env bash
 export TOPDIR=${shell pwd}
 include $(TOPDIR)/include/verbose.mk