aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/readjusting.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2007-07-26 16:53:02 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2007-07-26 16:53:02 +0000
commit570f6bb4a0e2757a98ee8d5a196abc88ccab1e24 (patch)
treecd7a3ef5f440c563549d45c40ce7320b55fd91c8 /chapter06/readjusting.xml
parent0014bff7985467f728e2c5c5808ff856d70096ab (diff)
Adjust grep patteren in Ch. 6 gcc to only match desired output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readjusting.xml')
-rw-r--r--chapter06/readjusting.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml
index 63d7a0dce..83cdf298f 100644
--- a/chapter06/readjusting.xml
+++ b/chapter06/readjusting.xml
@@ -73,7 +73,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
<para os="d">Now make sure that we're setup to use the correct startfiles:</para>
-<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].* .*' dummy.log</userinput></screen>
+<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
<para os="f">If everything is working correctly, there should be no errors,
and the output of the last command will be:</para>