From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4380B138D21 for ; Fri, 17 Jul 2015 20:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA8FE0804; Fri, 17 Jul 2015 20:53:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0C39E07AE for ; Fri, 17 Jul 2015 20:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5823340DD6 for ; Fri, 17 Jul 2015 20:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9837FB6 for ; Fri, 17 Jul 2015 20:53:32 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1437166371.7a5e62a1e5d562d538e3c6b02961e41af3e7ba77.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/isolated-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7a5e62a1e5d562d538e3c6b02961e41af3e7ba77 X-VCS-Branch: master Date: Fri, 17 Jul 2015 20:53:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 03330818-1d90-40dd-8eeb-b2c63666386e X-Archives-Hash: b865f42f629e12dc0a189071f61500cc commit: 7a5e62a1e5d562d538e3c6b02961e41af3e7ba77 Author: Zac Medico gentoo org> AuthorDate: Fri Jul 17 19:29:53 2015 +0000 Commit: Zac Medico gentoo 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 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