diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-19 16:07:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-08-19 16:07:37 +0000 |
commit | f67e0d4376ea58b65348c4dfa7efa2d2450200fb (patch) | |
tree | bce0081877d00e6c68402495d7275d5cff4d64d7 /chapter05 | |
parent | 1c27a5344b382f0d6ddf79b76bd112e145f44d91 (diff) |
Fix typo in sed command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index d137ca880..26ef70464 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -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> |