projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43be2f
)
set shell to bash in master makefile
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Oct 2006 18:39:58 +0000
(18:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Oct 2006 18:39:58 +0000
(18:39 +0000)
SVN-Revision: 5028
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index ed1e34db474f93dc62991a476afb813f300d52d6..39ffb17fb5e770c8c6983feee5ef3568388665a2 100644
(file)
--- 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