aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-09 01:13:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-09 01:13:02 +0000
commit803a1b202c72dc432dce30e70a3c43380e13a5d0 (patch)
tree172eda687c4b9308e886e5a0f5c87b9c5367d021
parentbc5251eb8bcdfdb59a4cb45d5d78acb452247104 (diff)
Fixed && -> &amp;&amp;
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d4a670418..9001b9235 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>