aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-04-29 11:30:17 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-04-29 11:30:17 +0000
commitae0510ab1db8f11772c0f3a14551bf2734eee0fd (patch)
tree2cce33324283edefe3a28a410e566858a4bd0d6d /chapter06
parentd38ac3a291c8ba50a9097bf0e8815f741b8a3ba4 (diff)
Upgrade to Grep-2.12. Fixes #3068.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/grep.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 4622bdb90..58b0db366 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of Grep</title>
- <para>First, fix a small problem with a test script:</para>
-
-<screen><userinput remap="pre">sed -i 's/cp/#&amp;/' tests/unibyte-bracket-expr</userinput></screen>
-
<para>Prepare Grep for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>