Simplify the lf2crlf filter. Thanks to jilles@.
This commit is contained in:
parent
7c98386db9
commit
7330f15619
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44931
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ Starting lpd.</screen>
|
|||
contents:</para>
|
||||
|
||||
<programlisting>#!/bin/sh
|
||||
CR=`/usr/bin/printf "\r"`
|
||||
CR=$'\r'
|
||||
/usr/bin/sed -e "s/$/${CR}/g"</programlisting>
|
||||
|
||||
<para>Set the permissions and make it executable:</para>
|
||||
|
|
Loading…
Reference in a new issue