aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-13 18:16:39 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-13 18:16:39 +0000
commit646a1845e54213b88c741c0c96d8d693983f8013 (patch)
tree4122e84c4977f1cb729ac24cbe94ac2f6f6048b9 /chapter05
parenta1bdf51d70b07acdba753f0fe02b276342a0950c (diff)
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
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 ba34f063e..f0f7dd868 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -40,7 +40,7 @@ linkend="chapter-building-system"/>.</para>
<para>Tcl's configure script has a syntax error:</para>
<screen><userinput>cd unix
-cp configure configure.orig
+cp -v configure{,.orig}
sed "s/relid'/relid/" configure.orig &gt; configure</userinput></screen>
<para>Prepare Tcl for compilation:</para>