aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 16b7328ad..a5d4420b8 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -6,7 +6,8 @@ Install Bash by running the following commands:
</para>
<blockquote><literallayout>
- <userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput>
+ <userinput>./configure --enable-static-link --prefix=$LFS/usr
+ \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--bindir=$LFS/bin
--with-curses &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>