diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 18:39:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 18:39:58 +0000 |
commit | 2dee3ea97bd7cc9e30cf486629b0eb6714c477af (patch) | |
tree | 56b90615fe2d60a7fb6213d19454ec8bf3db87e1 | |
parent | b43be2f7275632c1c3263aaf9d1f44347b77130a (diff) | |
download | upstream-2dee3ea97bd7cc9e30cf486629b0eb6714c477af.tar.gz upstream-2dee3ea97bd7cc9e30cf486629b0eb6714c477af.tar.bz2 upstream-2dee3ea97bd7cc9e30cf486629b0eb6714c477af.zip |
set shell to bash in master makefile
SVN-Revision: 5028
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index ed1e34db47..39ffb17fb5 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 |