diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-12 12:26:40 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-12 12:26:40 +0000 |
commit | 2f302b02dc2284a8d4e7633173ca0bd4f5bbbdb4 (patch) | |
tree | 6ed1eac5dd99a619645a956170a93536e1fc2a23 /chapter05 | |
parent | e88a34d7cb1e27b199e8e1831e1b104b2304e526 (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.xml | 2 |
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 "e;s/relid'/relid/"e; configure.orig > configure</userinput></screen> +sed "s/relid'/relid/" configure.orig > configure</userinput></screen> <para>Prepare Tcl for compilation:</para> |