quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] [patch] wrong argument number


From: Martin Quinson
Subject: Re: [Quilt-dev] [patch] wrong argument number
Date: Sat, 7 Aug 2004 14:49:08 -0700
User-agent: Mutt/1.5.6+20040722i

Hello,

Thanks for the bug report, and for the upcoming Japanese translation. No
problem for the delay, we are all volunteer here.

For the fix, I committed it, but using $stop_at_patch instead of $1.

Thanks again,
Mt.

On Sun, Aug 08, 2004 at 06:00:58AM +0900, Yasushi SHOJI wrote:
> hi, 
> 
> while working on Japanese translation, I found a small bug.  while you
> try to pop non-applied patch, the patch name is not printed.
> 
> trivial patch against current cvs attached.
> 
> # btw thank you for giving me an opportunity, Martin.  I'm working on
> # it in my spare time, so it might take a while.
> --
>          yashi
> 
> Index: pop.in
> ===================================================================
> RCS file: /cvsroot/quilt/quilt/quilt/pop.in,v
> retrieving revision 1.23
> diff -u -r1.23 pop.in
> --- pop.in    12 Jul 2004 00:07:04 -0000      1.23
> +++ pop.in    7 Aug 2004 20:53:06 -0000
> @@ -146,7 +146,7 @@
>  then
>       if ! is_applied $stop_at_patch
>       then
> -             printf $"Patch %s is not applied\n" "$(print_patch $2)" >&2
> +             printf $"Patch %s is not applied\n" "$(print_patch $1)" >&2
>               exit 1
>       fi
>  fi
> 
> 
> _______________________________________________
> Quilt-dev mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/quilt-dev

-- 
Il y a 10 catégories de personnes : celles qui comprennent le binaire, et
les autres.
          --- Blague d'informaticiens




reply via email to

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