From 215ccb5a1977b8c52f527ff83e392c487b74aae1 Mon Sep 17 00:00:00 2001 From: Robert Connolly Date: Thu, 4 Aug 2011 17:33:12 +0000 Subject: Removed an && from PCRE page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pcre.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml index 0032f2005..800d0aa04 100644 --- a/chapter06/pcre.xml +++ b/chapter06/pcre.xml @@ -91,7 +91,7 @@ The grep binary will be installed in /bin and will link against the PCRE library; as such, move the library to /lib: -mv -v /usr/lib/libpcre.so.* /lib/ && +mv -v /usr/lib/libpcre.so.* /lib/ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so -- cgit v1.2.3-54-g00ecf