writerfilter: Posix sed needs just one parameter.
Change-Id: I8685136fcd43cb0ae445a8f19cbd9021737c42d4
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user