aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/adjustingtoolchain.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-28 21:19:44 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-28 21:19:44 +0000
commitfa8a9a63027e89104b9c9402d58ba909324d31bf (patch)
tree6d8558ed39fdb9156a7d56af4def1b096c4eddfd /chapter06/adjustingtoolchain.xml
parent2ab760cde91260db132da0432dde44e6d2f53f0a (diff)
Adding a forgotten backslash in the re-adjustment sed command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjustingtoolchain.xml')
-rw-r--r--chapter06/adjustingtoolchain.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index d962f6ee2..3f31d81ee 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -32,7 +32,7 @@ this:</para>
<para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/*/*/specs
sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \
-&nbsp;&nbsp;&nbsp;&nbsp;-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g'
+&nbsp;&nbsp;&nbsp;&nbsp;-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \
&nbsp;&nbsp;&nbsp;&nbsp;$SPECFILE > newspecfile
mv newspecfile $SPECFILE
unset SPECFILE</userinput></screen></para>