projects-dir.mk: Add SHELL = -o pipefail

The target pkg-install-prereq-release ignored errors from the package manager,
this fixes it. Presumably many other ignored pipe errors, let's see what this
turns up.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-28 08:15:48 +00:00
commit dc2353c918

View file

@ -15,6 +15,8 @@
-include local.mk
SHELL = /bin/bash -o pipefail
ifneq ($(PROJECTS),)
export PGIT_CLONE_PROJECTS = $(PROJECTS)
endif