remove extra &&

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2002-02-11 23:40:51 +00:00
parent fe578632b8
commit 7ecaaca139
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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>