Fixed && -> &&

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-05-09 01:13:02 +00:00
parent bc5251eb8b
commit 803a1b202c

View File

@ -81,7 +81,7 @@ need it (bash, diffutils, gzip, sed, m4).
</para></listitem>
<listitem><para>
Chapter 5+6: Changed from "cd dir && make" to "make -C dir"
Chapter 5+6: Changed from "cd dir &amp;&amp; make" to "make -C dir"
(gettext-static, sysvinit).
</para></listitem>