Author: jow Date: 2015-02-05 17:57:39 +0100 (Thu, 05 Feb 2015) New Revision: 44275
Modified: trunk/include/prereq-build.mk Log: 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 <[email protected]> Modified: trunk/include/prereq-build.mk =================================================================== --- trunk/include/prereq-build.mk 2015-02-05 16:57:35 UTC (rev 44274) +++ trunk/include/prereq-build.mk 2015-02-05 16:57:39 UTC (rev 44275) @@ -10,6 +10,7 @@ include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/host-build.mk +SHELL:=sh PKG_NAME:=Build dependency _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
