commit: 7a5e62a1e5d562d538e3c6b02961e41af3e7ba77
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 19:29:53 2015 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 20:52:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7a5e62a1
die: call set +x since tracing only produces useless noise here
Acked-by: Brian Dolbec <dolsen <AT> gentoo.org>
bin/isolated-functions.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 003c01d..5766921 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