mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
remove extra &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
fe578632b8
commit
7ecaaca139
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user