Kaydet (Commit) 72d1af02 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

writerfilter: Posix sed needs just one parameter.

Change-Id: I8685136fcd43cb0ae445a8f19cbd9021737c42d4
üst 8f7827d4
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
# #
# first line - insert <model> # first line - insert <model>
1,1i\ 1i\
<model> <model>
# last line - append </model> # last line - append </model>
$,$a\ $a\
</model> </model>
# everywhere - replace the input line with <fasttoken>...</fasttoken> # everywhere - replace the input line with <fasttoken>...</fasttoken>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment