mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fix typo in sed command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1c27a5344b
commit
f67e0d4376
@ -45,7 +45,7 @@
|
||||
|
||||
<para>First, ensure that gawk is found first during configuration:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed s/mawk// configure</userinput></screen>
|
||||
<screen><userinput remap="pre">sed -i s/mawk// configure</userinput></screen>
|
||||
|
||||
<para>Prepare Ncurses for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user