From 803a1b202c72dc432dce30e70a3c43380e13a5d0 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 9 May 2001 01:13:02 +0000 Subject: [PATCH] Fixed && -> && git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -Chapter 5+6: Changed from "cd dir && make" to "make -C dir" +Chapter 5+6: Changed from "cd dir && make" to "make -C dir" (gettext-static, sysvinit).