aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter05/shellutils-inst.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 843074434..db5f363ef 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -6,6 +6,10 @@
<itemizedlist>
+<listitem><para>February 11th, 2002 [markh] Chapter 05: Sh-utils:
+Removed extra &amp;&amp; from end of install
+instructions.</para></listitem>
+
<listitem><para>Chapter 05 - Sh-utils: Removed <emphasis>su</emphasis> from
the <emphasis>mv</emphasis> command as this isn't installed in chapter
5.</para></listitem>
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index a5cc3ac73..03fb55e39 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -19,7 +19,7 @@ make LDFLAGS=-static &amp;&amp;
make install &amp;&amp;
cd $LFS/usr/bin &amp;&amp;
mv basename date echo false hostname $LFS/bin &amp;&amp;
-mv pwd sleep stty test true uname $LFS/bin &amp;&amp;</userinput></screen></para>
+mv pwd sleep stty test true uname $LFS/bin</userinput></screen></para>
</sect2>