瀏覽代碼

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>