diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-05 16:57:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-05 16:57:39 +0000 |
commit | e47a17f9012e1d5a7f1af8637ac150de1647d366 (patch) | |
tree | 09db8acd52aedd3e5b2f87d22c310a47245db71e /include | |
parent | 9d1b6bb8f914fd13b0676a0681b5a76562628440 (diff) | |
download | upstream-e47a17f9012e1d5a7f1af8637ac150de1647d366.tar.gz upstream-e47a17f9012e1d5a7f1af8637ac150de1647d366.tar.bz2 upstream-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')
-rw-r--r-- | include/prereq-build.mk | 1 |
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 |