From 646a1845e54213b88c741c0c96d8d693983f8013 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Tue, 13 Dec 2005 18:16:39 +0000 Subject: Change cp syntax in Tcl instructions to match rest of book - add verbose switch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index ba34f063e..f0f7dd868 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -40,7 +40,7 @@ linkend="chapter-building-system"/>. Tcl's configure script has a syntax error: cd unix -cp configure configure.orig +cp -v configure{,.orig} sed "s/relid'/relid/" configure.orig > configure Prepare Tcl for compilation: -- cgit v1.2.3-54-g00ecf