aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 18:42:01 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 18:42:01 +0000
commit6c039f69169729cb512d1d54b080f3525e270df6 (patch)
treea37ae7d545ba947962dabf1325ca75404d8efbe2 /chapter06
parent9b22493a8acfea5625c8c87883d6daf0953b40e7 (diff)
&& should have been a \
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index 8a56f31e4..1aa80ec86 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -7,7 +7,7 @@
<para>Prepare Ncurses to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/usr --with-shared &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr --with-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--without-debug</userinput></screen></para>
<para>Continue with compiling the package:</para>