From f64f4b557a66c49861e9f7b78f674da0a1226508 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 30 May 2002 19:33:48 +0000 Subject: [PATCH] update ch5 bash instructions by removing redundant explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/bash-inst.xml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 75407b2c8..dfa47093b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,10 @@ +May 30th, 2002 [markh]: Chapter 05 - Bash: Removed +section about "last two commands executing anyways" because we no longer +have the commands referred to there. + May 30th, 2002 [gerard]: Chapter 06 - Glibc: Replaced the various sed fixes with a regular patch. diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 83113b2e2..a12f82d9d 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -43,9 +43,5 @@ old version of the texinfo package. This error is not severe by any means: the info pages will be installed when we recompile bash dynamically in chapter 6, so you can ignore it. -When we tested it with the latest Debian version, the last two -commands were executed because the install process didn't return with a -value larger than 0. -