Browse Source

missing colon

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 năm trước cách đây
mục cha
commit
8f8e328ca6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      chapter05/bash-inst.xml

+ 1 - 1
chapter05/bash-inst.xml

@@ -33,7 +33,7 @@ following command:</para>
 causes the <userinput>bash</userinput> program to be statically
 linked.</para></listitem>
 
-<listitem><para><userinput>--prefix=$LFS/static</userinput> This option
+<listitem><para><userinput>--prefix=$LFS/static:</userinput> This option
 installs all of Bash's files under the $LFS/static directory, which becomes
 the /static directory when chroot'ed or reboot'ed into
 LFS.</para></listitem>