autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Simplify handling of autotest tracing


From: Ralf Wildenhues
Subject: Re: [PATCH] Simplify handling of autotest tracing
Date: Sun, 12 Jul 2009 15:57:38 +0200
User-agent: Mutt/1.5.20 (2009-06-15)

* Paolo Bonzini wrote on Sun, Jul 12, 2009 at 01:09:55PM CEST:
> --- a/lib/autotest/general.m4
> +++ b/lib/autotest/general.m4

>  at_fn_check_prepare_dynamic ()
>  {
>    case "$at_traceon:$[1]" in

s/\$at_traceon://  ?

> -    :*$as_nl*)
> -      at_fn_check_prepare_notrace "$[2]" ;;
>      *$as_nl*)
> -      echo 'Not enabling shell tracing (command contains an embedded 
> newline)'
> +      $at_trace_echo 'Not enabling shell tracing (command contains an 
> embedded newline)'
>        at_fn_check_prepare_notrace "$[2]" ;;
>      *)
>        at_fn_check_prepare_trace "$[2]" ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]