mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
gawk: remove duplicated "-i" in a sed command
This commit is contained in:
parent
ea94a21b79
commit
46b05a0832
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<para>Now fix a programming error identified upstream:</para>
|
<para>Now fix a programming error identified upstream:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i -i '241i UPREF(m);' interpret.h</userinput></screen>
|
<screen><userinput remap="pre">sed -i '241i UPREF(m);' interpret.h</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Gawk for compilation:</para>
|
<para>Prepare Gawk for compilation:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user