aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-12 12:26:40 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-12 12:26:40 +0000
commit2f302b02dc2284a8d4e7633173ca0bd4f5bbbdb4 (patch)
tree6ed1eac5dd99a619645a956170a93536e1fc2a23 /chapter05
parente88a34d7cb1e27b199e8e1831e1b104b2304e526 (diff)
Fixed misuse of entity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tcl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 592823f46..ba34f063e 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -41,7 +41,7 @@ linkend="chapter-building-system"/>.</para>
<para>Tcl's configure script has a syntax error:</para>
<screen><userinput>cd unix
cp configure configure.orig
-sed &quote;s/relid'/relid/&quote; configure.orig &gt; configure</userinput></screen>
+sed "s/relid'/relid/" configure.orig &gt; configure</userinput></screen>
<para>Prepare Tcl for compilation:</para>