[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] Accept more comments in series files
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] [PATCH] Accept more comments in series files |
Date: |
Mon, 27 Jun 2005 00:08:09 +0200 |
User-agent: |
KMail/1.7.1 |
On Saturday 25 June 2005 20:58, Jean Delvare wrote:
> Attached is a patch adding support for this kind of comment in series
> files. Does this look acceptable?
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++)
Fine?
Thanks,
Andreas.