diff options
Diffstat (limited to 'chapter05/ncurses.xml')
-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> |