aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
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>