소스 검색

missing colon

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 년 전
부모
커밋
8f8e328ca6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>