aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/setting-environment.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-14 21:47:20 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-14 21:47:20 +0000
commit238527e1046df4a3af31d7699e3f4a5f2b345036 (patch)
tree682025566d85a64eb4bd1eb0aa26acd476114ff9 /chapter05/setting-environment.xml
parenta84e1e2e2c38caefd0061bc56268b8dc7057dcdb (diff)
Minor adjustments, mainly of markup. And dropping file removal from the 'stripping' phase -- the files are small.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/setting-environment.xml')
-rw-r--r--chapter05/setting-environment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml
index a43e8d492..286cd2428 100644
--- a/chapter05/setting-environment.xml
+++ b/chapter05/setting-environment.xml
@@ -5,14 +5,14 @@
<para>While logged in as user <emphasis>lfs</emphasis>, issue the
following commands to set up a good work environment:</para>
-<para><screen><userinput>cat &gt; ~/.bash_profile &lt;&lt; "EOF"
+<para><screen><userinput>cat &gt; ~/.bash_profile &lt;&lt; "EOF"</userinput>
set +h
umask 022
LFS=/mnt/lfs
LC_ALL=POSIX
PATH=/tools/bin:$PATH
export LFS LC_ALL PATH
-EOF
+<userinput>EOF
source ~/.bash_profile</userinput></screen></para>