Selaa lähdekoodia

remove extra &&

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 23 vuotta sitten
vanhempi
commit
7ecaaca139
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/shellutils-inst.xml

+ 4 - 0
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>

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