aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2015-07-17 12:29:53 -0700
committerZac Medico <zmedico@gentoo.org>2015-07-17 13:52:51 -0700
commit7a5e62a1e5d562d538e3c6b02961e41af3e7ba77 (patch)
tree77e2050303b1dd6bda56b53fa9fa0ae525ab7543 /bin
parentdepgraph._want_update_pkg: handle _UNREACHABLE_DEPTH (bug 554928) (diff)
downloadportage-7a5e62a1e5d562d538e3c6b02961e41af3e7ba77.tar.gz
portage-7a5e62a1e5d562d538e3c6b02961e41af3e7ba77.tar.bz2
portage-7a5e62a1e5d562d538e3c6b02961e41af3e7ba77.zip
die: call set +x since tracing only produces useless noise here
Acked-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/isolated-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 003c01d3e..57669218d 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -121,6 +121,7 @@ __helpers_die() {
}
die() {
+ set +x # tracing only produces useless noise here
local IFS=$' \t\n'
if ___eapi_die_can_respect_nonfatal; then