aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/bash.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 04:40:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 04:40:07 +0000
commit6a156bab1b41dfcbebcf69325dff81b73a2afad7 (patch)
tree39451253ebce7058ff7282090bd572ac36dff998 /chapter08/bash.xml
parentea7ec72fba2b9749da2c22db67152eccaef5dfb0 (diff)
Mostly text updates in Chapter 8.
There are a couple of minor command changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r--chapter08/bash.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index 60cb9b491..b8dd5fe40 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -83,14 +83,7 @@
<screen><userinput remap="test">su tester &lt;&lt; EOF
PATH=$PATH make tests &lt; $(tty)
EOF</userinput></screen>
-<!--
- <para>The <systemitem class="username">tester</systemitem>
- user does not have enough permissions for all the tests to pass. This shows
- up in some <quote>diff</quote> output in four test results. Portions of the
- run-execscript, run-lastpipe, run-read, and run-test programs
- are known to fail in the LFS chroot environment, but pass if the tests
- are run in a full system.</para>
--->
+
<para>Install the package and move the main executable to
<filename class='directory'>/bin</filename>:</para>
@@ -104,7 +97,7 @@ mv -vf /usr/bin/bash /bin</userinput></screen>
<note>
<para>The parameters used make the <command>bash</command>
- process an interactive login shell and continue to disable hashing so
+ process an interactive login shell and continues to disable hashing so
that new programs are found as they become available.</para>
</note>