Browse Source

Bash - spacing

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 năm trước cách đây
mục cha
commit
b0fb17f89c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      chapter06/bash.xml

+ 2 - 2
chapter06/bash.xml

@@ -46,9 +46,9 @@
 -->
     <para>Prepare Bash for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr                       \
+<screen><userinput remap="configure">./configure --prefix=/usr                    \
             --docdir=/usr/share/doc/bash-&bash-version; \
-            --without-bash-malloc               \
+            --without-bash-malloc            \
             --with-installed-readline</userinput></screen>
 
     <variablelist>