diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/expect.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4885ecf6d..f81479e6d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-06</para> <itemizedlist> <listitem> + <para>[robert] - cp -v, to .orig, in Expect chap5, like we do with + the rest of the book.</para> + </listitem> + <listitem> <para>[randy] - Updated Tar to 1.20.</para> </listitem> <listitem> diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 0cccaac47..7d389f448 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -55,8 +55,8 @@ This will ensure that our testsuite tools remain sane for the final builds of our toolchain:</para> -<screen><userinput remap="pre">cp configure{,.bak} -sed 's:/usr/local/bin:/bin:' configure.bak > configure</userinput></screen> +<screen><userinput remap="pre">cp -v configure{,.orig} +sed 's:/usr/local/bin:/bin:' configure.orig > configure</userinput></screen> <para>Now prepare Expect for compilation:</para> |