mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 07:43:55 +01:00
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:
parent
2a99c05991
commit
dc2353c918
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
-include local.mk
|
-include local.mk
|
||||||
|
|
||||||
|
SHELL = /bin/bash -o pipefail
|
||||||
|
|
||||||
ifneq ($(PROJECTS),)
|
ifneq ($(PROJECTS),)
|
||||||
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue