projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a546f51
)
include: set shell to "sh" for prereq tests
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Feb 2015 16:57:39 +0000
(16:57 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Feb 2015 16:57:39 +0000
(16:57 +0000)
Bash is not guaranteed to be present, e.g. on a fresh FreeBSD install
so perform prereq tests with /bin/sh.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44275
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index 4ddaa38ee0c23507d6b4cffe0cbf6d8a1fe5f8e5..306a6b3e38bd5855579c3f19cf2bca0cb7e35dff 100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-10,6
+10,7
@@
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
include $(INCLUDE_DIR)/host-build.mk
+SHELL:=sh
PKG_NAME:=Build dependency