diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-11 18:07:38 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-11 18:07:38 +0000 |
commit | b3b1237674bb1bc75afd3bbbe3eea0f35bceb312 (patch) | |
tree | 91620a6b45573f7dbd2dfc907c82657c2efeb9a4 /chapter06 | |
parent | 41d1d0e92343c1773960a8db999ea1f92fb99548 (diff) |
removed superfluous amps
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grep-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index 8743a0c66..f34a045cc 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -5,7 +5,7 @@ <para>Prepare Grep to be compiled:</para> -<para><screen><userinput>./configure --prefix=/usr --bindir=/bin&& +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \ --with-included-regex</userinput></screen></para> <para>Continue with compiling the package:</para> |