Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-portage-dev] [PATCH] die: call set +x since tracing only produces useless noise here
Date: Fri, 17 Jul 2015 19:30:26
Message-Id: 1437161393-30497-1-git-send-email-zmedico@gentoo.org
1 ---
2 bin/isolated-functions.sh | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
6 index 003c01d..5766921 100644
7 --- a/bin/isolated-functions.sh
8 +++ b/bin/isolated-functions.sh
9 @@ -121,6 +121,7 @@ __helpers_die() {
10 }
11
12 die() {
13 + set +x # tracing only produces useless noise here
14 local IFS=$' \t\n'
15
16 if ___eapi_die_can_respect_nonfatal; then
17 --
18 2.3.6

Replies