From 5126ee366339d18f8a3d167c336f29e0c685bf49 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 7 Mar 2023 22:23:37 +0100 Subject: [PATCH] porg: fix wrapInstall command --- 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 b9d3f32..7aea2c0 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 -e << PORG_EOF +porg -+ -lp ${PACKAGE}-${VERSION} -- sh -e << PORG_EOF $* PORG_EOF }