Przeglądaj źródła

Removed an && from PCRE page

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Robert Connolly 14 lat temu
rodzic
commit
215ccb5a19
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      chapter06/pcre.xml

+ 1 - 1
chapter06/pcre.xml

@@ -91,7 +91,7 @@
     <para>The <command>grep</command> binary will be installed in <filename class="directory">/bin</filename> and will link against the PCRE library; as such,
 move the library to <filename class="directory">/lib</filename>:</para>
 
-<screen><userinput remap="install">mv -v /usr/lib/libpcre.so.* /lib/ &amp;&amp;
+<screen><userinput remap="install">mv -v /usr/lib/libpcre.so.* /lib/
 ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
 
   </sect2>