diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
commit | 6a06eaf8448fb37ba08de818e99aee6a6522a8d5 (patch) | |
tree | 1e9bbdf4ae055220cc0d4c35136f05d27e694a9d /chapter04 | |
parent | b2b6c6fda7aacd8ec831cab548a311d30b6d1eac (diff) |
Update to man-pages-5.08.
Update to libpipeline-1.5.3.
Update to iproute2-5.8.0.
Update to linux-5.8.1.
Fix typo in settingenviron.xml.
Use entity in perl configuration instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/settingenviron.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 07b43b52f..39e03551a 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -32,7 +32,7 @@ EOF</userinput></screen> ensuring a clean environment.</para> <para>The new instance of the shell is a <emphasis>non-login</emphasis> - shell, which does not read, and execute, the conten of <filename>/etc/profile</filename> or + shell, which does not read, and execute, the contents of <filename>/etc/profile</filename> or <filename>.bash_profile</filename> files, but rather reads, and executes, the <filename>.bashrc</filename> file instead. Create the <filename>.bashrc</filename> file now:</para> |