aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-08-19 13:32:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-08-19 13:32:47 +0000
commit48edb470575371b0a4b0a72e3354df823e2c32d2 (patch)
tree1f52221445fc80739900867a0d6e2baac4f51922 /include/toplevel.mk
parent096271915be4ce3bf3680c1cd230ab5bb89e440b (diff)
downloadmaster-187ad058-48edb470575371b0a4b0a72e3354df823e2c32d2.tar.gz
master-187ad058-48edb470575371b0a4b0a72e3354df823e2c32d2.tar.bz2
master-187ad058-48edb470575371b0a4b0a72e3354df823e2c32d2.zip
fix compile errors by forcing bash to be used as a shell in all submake processes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22726 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 53c5f4772d..1b72f5443e 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -7,7 +7,6 @@
#
RELEASE:=Kamikaze
-export SHELL:=/usr/bin/env bash
PREP_MK= OPENWRT_BUILD= QUIET=0
include $(TOPDIR)/include/verbose.mk