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.


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to