summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-01 17:04:11 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-01 17:04:11 +0000
commita70afbccafa38a013da34033fdca7d8561e2741a (patch)
treecf4fe58430157d69241163241409c6459431b004 /bin/isolated-functions.sh
parentRemove the ATOMS section and move --update to a new ACTIONS section. (diff)
downloadportage-idfetch-a70afbccafa38a013da34033fdca7d8561e2741a.tar.gz
portage-idfetch-a70afbccafa38a013da34033fdca7d8561e2741a.tar.bz2
portage-idfetch-a70afbccafa38a013da34033fdca7d8561e2741a.zip
Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase,
proactively call set +e inside qa_source(), qa_call(), and die(). svn path=/main/trunk/; revision=13273
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 8eab6e25..9abfc308 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -54,6 +54,7 @@ dump_trace() {
}
die() {
+ set +e
if [ -n "${QA_INTERCEPTORS}" ] ; then
# die was called from inside inherit. We need to clean up
# QA_INTERCEPTORS since sed is called below.