aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorRobert Connolly <robert@linuxfromscratch.org>2008-10-07 01:09:21 +0000
committerRobert Connolly <robert@linuxfromscratch.org>2008-10-07 01:09:21 +0000
commita877994145848b67f5cef68e618843f8ef37faa3 (patch)
tree3d2d02407cfe39995918eeb7d0e53e1dd5da7478 /chapter05
parenta215474ef290fb390c7a0b6de6b89f231bd5b1cc (diff)
cp -v, to .orig, in Expect chap5, like we do with the rest of the book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/expect.xml4
1 files changed, 2 insertions, 2 deletions
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 &gt; configure</userinput></screen>
+<screen><userinput remap="pre">cp -v configure{,.orig}
+sed 's:/usr/local/bin:/bin:' configure.orig &gt; configure</userinput></screen>
<para>Now prepare Expect for compilation:</para>