writerfilter: Posix sed needs just one parameter.

Change-Id: I8685136fcd43cb0ae445a8f19cbd9021737c42d4
This commit is contained in:
Jan Holesovsky
2014-06-05 10:30:01 +02:00
parent 8f7827d4cd
commit 72d1af02a5

View File

@@ -8,11 +8,11 @@
#
# first line - insert <model>
1,1i\
1i\
<model>
# last line - append </model>
$,$a\
$a\
</model>
# everywhere - replace the input line with <fasttoken>...</fasttoken>