浏览代码

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
Robert Connolly 17 年之前
父节点
当前提交
a877994145
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter05/expect.xml

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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>

+ 2 - 2
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>