소스 검색

We do not need to move test and [ to /bin

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 7 년 전
부모
커밋
dd637ac4e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter06/coreutils.xml

+ 1 - 1
chapter06/coreutils.xml

@@ -151,7 +151,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
     following programs in <filename class="directory">/bin</filename>, so make
     sure they are placed there:</para>
 
-<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice,test,[} /bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice} /bin</userinput></screen>
 
   </sect2>