Have the subshell exit on error for porg install
This commit is contained in:
parent
b39eb29be5
commit
3940a45db3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ PACKAGE=${PACKAGE,,}
|
||||||
# name is not normalized, several hacks are necessary (now in function
|
# name is not normalized, several hacks are necessary (now in function
|
||||||
# extract_version)...
|
# extract_version)...
|
||||||
VERSION=$(extract_version $PCKGVRS)
|
VERSION=$(extract_version $PCKGVRS)
|
||||||
porg -+ -lp ${PACKAGE}-${VERSION} sh << PORG_EOF
|
porg -+ -lp ${PACKAGE}-${VERSION} sh -e << PORG_EOF
|
||||||
$*
|
$*
|
||||||
PORG_EOF
|
PORG_EOF
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue