public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] die: call set +x since tracing only produces useless noise here
@ 2015-07-17 19:29 Zac Medico
  2015-07-17 20:48 ` Brian Dolbec
  0 siblings, 1 reply; 2+ messages in thread
From: Zac Medico @ 2015-07-17 19:29 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Zac Medico

---
 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
-- 
2.3.6



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] die: call set +x since tracing only produces useless noise here
  2015-07-17 19:29 [gentoo-portage-dev] [PATCH] die: call set +x since tracing only produces useless noise here Zac Medico
@ 2015-07-17 20:48 ` Brian Dolbec
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2015-07-17 20:48 UTC (permalink / raw
  To: gentoo-portage-dev

On Fri, 17 Jul 2015 12:29:53 -0700
Zac Medico <zmedico@gentoo.org> wrote:

> ---
>  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


Looks good
-- 
Brian Dolbec <dolsen>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-17 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 19:29 [gentoo-portage-dev] [PATCH] die: call set +x since tracing only produces useless noise here Zac Medico
2015-07-17 20:48 ` Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox