set shell to bash in master makefile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 18:39:58 +0000 (18:39 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 18:39:58 +0000 (18:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5028 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

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