Selaa lähdekoodia

Bash - spacing

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 vuotta sitten
vanhempi
commit
b0fb17f89c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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>