diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-27 04:26:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-27 04:26:58 +0000 |
commit | 0256c6e06159b3bff03ffaab722df8bca75b4ecc (patch) | |
tree | df290582a56e5359d9299e5b0f454786033031d6 /chapter05 | |
parent | 6cd9ed6654e89fce89b54e8148e989a5439a68a6 (diff) |
removed the "#!/bin/sh" line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/installasuser.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index af2883e6d..c459f72e6 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -28,7 +28,6 @@ the normal way through the console or the display manager, or with the following commands to setup a good environment to work in:</para> <para><screen><userinput>cat > ~/.bash_profile << "EOF" -#!/bin/sh umask 022 LFS=/mnt/lfs |