From fa8a9a63027e89104b9c9402d58ba909324d31bf Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Thu, 28 Aug 2003 21:19:44 +0000 Subject: 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 --- chapter06/adjustingtoolchain.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: SPECFILE=/stage1/lib/gcc-lib/*/*/specs sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \ -    -e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' +    -e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \     $SPECFILE > newspecfile mv newspecfile $SPECFILE unset SPECFILE -- cgit v1.2.3-54-g00ecf