浏览代码

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]>

SVN-Revision: 44275
Jo-Philipp Wich 10 年之前
父节点
当前提交
5dadc89b3a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/prereq-build.mk

+ 1 - 0
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