Explorar el Código

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 hace 7 años
padre
commit
dd637ac4e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>