aboutsummaryrefslogtreecommitdiffstats
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
commite47a17f9012e1d5a7f1af8637ac150de1647d366 (patch)
tree09db8acd52aedd3e5b2f87d22c310a47245db71e /include/prereq-build.mk
parent9d1b6bb8f914fd13b0676a0681b5a76562628440 (diff)
downloadmaster-187ad058-e47a17f9012e1d5a7f1af8637ac150de1647d366.tar.gz
master-187ad058-e47a17f9012e1d5a7f1af8637ac150de1647d366.tar.bz2
master-187ad058-e47a17f9012e1d5a7f1af8637ac150de1647d366.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44275 3c298f89-4303-0410-b956-a3cf2f4a3e73
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