summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-05 16:57:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-05 16:57:39 +0000
commit5dadc89b3a043bb280a5eeb0c198a56dbff34ba7 (patch)
tree1587fe6e78986074d0d2e4b3a09bbe2e7ef22be9 /include/prereq-build.mk
parenta546f511f2fb2150c7bbf912cbae55c0ebe710a4 (diff)
downloadmaster-31e0f0ae-5dadc89b3a043bb280a5eeb0c198a56dbff34ba7.tar.gz
master-31e0f0ae-5dadc89b3a043bb280a5eeb0c198a56dbff34ba7.tar.bz2
master-31e0f0ae-5dadc89b3a043bb280a5eeb0c198a56dbff34ba7.zip
include: set shell to "sh" for prereq tests
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
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 4ddaa38ee0..306a6b3e38 100644
--- 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