ソースを参照

Bash - spacing

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 年 前
コミット
b0fb17f89c
1 ファイル変更2 行追加2 行削除
  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>