aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit9e1b3762d55a55fbc715217a07a5121460f21471 (patch)
tree6068aaef3008032e6761adb4453d75c3940c3575 /Makefile
parent1eca9ee1b7e5878f4e86fe8eafa995dadd7335dd (diff)
downloadupstream-9e1b3762d55a55fbc715217a07a5121460f21471.tar.gz
upstream-9e1b3762d55a55fbc715217a07a5121460f21471.tar.bz2
upstream-9e1b3762d55a55fbc715217a07a5121460f21471.zip
set shell to bash in master makefile
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed1e34db47..39ffb17fb5 100644
--- 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