From 3940a45db37ae30afbb02091ee210a1c16df7ee2 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 26 Feb 2023 22:44:19 +0100 Subject: [PATCH] Have the subshell exit on error for porg install --- pkgmngt/packInstall.sh.porg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 8091d2a..b9d3f32 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -121,7 +121,7 @@ PACKAGE=${PACKAGE,,} # name is not normalized, several hacks are necessary (now in function # extract_version)... VERSION=$(extract_version $PCKGVRS) -porg -+ -lp ${PACKAGE}-${VERSION} sh << PORG_EOF +porg -+ -lp ${PACKAGE}-${VERSION} sh -e << PORG_EOF $* PORG_EOF }