git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -6,6 +6,10 @@
<itemizedlist>
+<listitem><para>February 11th, 2002 [markh] Chapter 05: Sh-utils:
+Removed extra && 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>
@@ -19,7 +19,7 @@ make LDFLAGS=-static &&
make install &&
cd $LFS/usr/bin &&
mv basename date echo false hostname $LFS/bin &&
-mv pwd sleep stty test true uname $LFS/bin &&</userinput></screen></para>
+mv pwd sleep stty test true uname $LFS/bin</userinput></screen></para>
</sect2>