quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] [PATCH] Accept more comments in series files


From: Jean Delvare
Subject: Re: [Quilt-dev] [PATCH] Accept more comments in series files
Date: Mon, 27 Jun 2005 10:53:29 +0200 (CEST)

Hi Andreas,

[Andreas Gruenbacher]
> I like this approach more:
>
> --- scripts/patchfns.in
> +++ scripts/patchfns.in
> @@ -107,6 +107,7 @@
>         if [ -e $SERIES ]
>         then
>                 @AWK@ '
> +                       {sub(/(^|[ \t]+)#.*/, "") }
>                 $1 == "'"$patch"'" \
>                         { if (NF >= 2)
>                                 for (i=2; i <= NF; i++)
>

Yup, fine with me. I'm quite new to awk so it comes to no real surprise
if I didn't get to the best fix.

Thanks,
--
Jean Delvare




reply via email to

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