aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-05-30 19:33:48 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-05-30 19:33:48 +0000
commitf64f4b557a66c49861e9f7b78f674da0a1226508 (patch)
tree5dc5a15c395749b0cabbb42261645f6bef052bda
parent5e84d795b19599f00bda6178578dc33f38c0da7f (diff)
update ch5 bash instructions by removing redundant explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter05/bash-inst.xml4
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 @@
</itemizedlist>
</para></listitem>
+<listitem><para>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.</para></listitem>
+
<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Glibc: Replaced the
various sed fixes with a regular patch.</para></listitem>
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.</para>
-<para>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.</para>
-
</sect2>