aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-01-27 04:24:07 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-01-27 04:24:07 +0000
commit6cd9ed6654e89fce89b54e8148e989a5439a68a6 (patch)
tree9f3567cf3896455b2fb224d7a0900694dfd8a7a9 /chapter05
parent5144fd39c57fa6018b92de33e5b4651a1470344a (diff)
minor layout change (<<"EOF" to << "EOF")
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/installasuser.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml
index fa746fc42..af2883e6d 100644
--- a/chapter05/installasuser.xml
+++ b/chapter05/installasuser.xml
@@ -27,7 +27,7 @@ the normal way through the console or the display manager, or with
<userinput>su - lfs</userinput>. When you're working as user "lfs", type
the following commands to setup a good environment to work in:</para>
-<para><screen><userinput>cat > ~/.bash_profile <<"EOF"
+<para><screen><userinput>cat > ~/.bash_profile << "EOF"
#!/bin/sh
umask 022