summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-10 18:39:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-10 18:39:58 +0000
commit2dee3ea97bd7cc9e30cf486629b0eb6714c477af (patch)
tree56b90615fe2d60a7fb6213d19454ec8bf3db87e1
parentb43be2f7275632c1c3263aaf9d1f44347b77130a (diff)
downloadmtk-20170518-2dee3ea97bd7cc9e30cf486629b0eb6714c477af.zip
mtk-20170518-2dee3ea97bd7cc9e30cf486629b0eb6714c477af.tar.gz
mtk-20170518-2dee3ea97bd7cc9e30cf486629b0eb6714c477af.tar.bz2
set shell to bash in master makefile
SVN-Revision: 5028
-rw-r--r--openwrt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index ed1e34d..39ffb17 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -17,6 +17,7 @@ RELEASE:=Kamikaze
all: world
+SHELL:=/usr/bin/env bash
export TOPDIR=${shell pwd}
include $(TOPDIR)/include/verbose.mk