[jhalfs] branch trunk updated: Have the subshell exit on error for porg install
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <167744809950.28577.13589822178814643404@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository jhalfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 3940a45 Have the subshell exit on error for porg install
3940a45 is described below
commit 3940a45db37ae30afbb02091ee210a1c16df7ee2
Author: Pierre Labastie <[email protected]>
AuthorDate: Sun Feb 26 22:44:19 2023 +0100
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
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page