From 081564c94c09768f33d1f0c62abe87b9363f8c29 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Tue, 13 Mar 2001 17:34:11 +0000 Subject: [PATCH] Stupid me, &'s are &'s in xml... git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@313 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 6fa7a953e..36a380cf2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -123,7 +123,7 @@ into one line. -Chapter 6: Changed all "rm file && ln -s dest file" into +Chapter 6: Changed all "rm file && ln -s dest file" into "ln -sf file" (in glibc, bzip2 and gzip installation).