From 2f302b02dc2284a8d4e7633173ca0bd4f5bbbdb4 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Mon, 12 Dec 2005 12:26:40 +0000 Subject: [PATCH] Fixed misuse of entity git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"/>. Tcl's configure script has a syntax error: cd unix cp configure configure.orig -sed "e;s/relid'/relid/"e; configure.orig > configure +sed "s/relid'/relid/" configure.orig > configure Prepare Tcl for compilation: