break up Id: in s/ pattern
authorDavid Schleef <ds@schleef.org>
Sat, 8 Nov 2003 03:00:07 +0000 (03:00 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 8 Nov 2003 03:00:07 +0000 (03:00 +0000)
Original commit message from CVS:
break up Id: in s/ pattern

gst/videofilter/make_filter

index 1efdf6f..50741e7 100755 (executable)
@@ -19,7 +19,8 @@ open OUT, ">gst$template.c";
 map { s/Videotemplate/$Template/g;
        s/videotemplate/$template/g;
        s/VIDEOTEMPLATE/$TEMPLATE/g;
-       s/\$Id$/$1/g;
+       # remember to break up the Id: in the line below
+       s/\$I[d]: (.*)\$/$1/g;
 } @lines;
 
 print OUT @lines;