mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
break up Id: in s/ pattern
Original commit message from CVS: break up Id: in s/ pattern
This commit is contained in:
parent
1307da3508
commit
4a7080ae85
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue