|
@@ -12,7 +12,7 @@ startup files for the <command>bash</command> shell. While logged in as
|
|
user <emphasis>lfs</emphasis>, issue the following command to create a new
|
|
user <emphasis>lfs</emphasis>, issue the following command to create a new
|
|
<filename>.bash_profile</filename>:</para>
|
|
<filename>.bash_profile</filename>:</para>
|
|
|
|
|
|
-<screen><userinput>cat > ~/.bash_profile << <quote>EOF<quote>
|
|
|
|
|
|
+<screen><userinput>cat > ~/.bash_profile << "EOF"
|
|
exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash
|
|
exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash
|
|
EOF</userinput></screen>
|
|
EOF</userinput></screen>
|
|
|
|
|
|
@@ -32,7 +32,7 @@ which doesn't read the <filename>/etc/profile</filename> or
|
|
<filename>.bash_profile</filename> files, but reads the
|
|
<filename>.bash_profile</filename> files, but reads the
|
|
<filename>.bashrc</filename> file instead. Create this latter file now:</para>
|
|
<filename>.bashrc</filename> file instead. Create this latter file now:</para>
|
|
|
|
|
|
-<screen><userinput>cat > ~/.bashrc << <quote>EOF<quote>
|
|
|
|
|
|
+<screen><userinput>cat > ~/.bashrc << "EOF"
|
|
set +h
|
|
set +h
|
|
umask 022
|
|
umask 022
|
|
LFS=/mnt/lfs
|
|
LFS=/mnt/lfs
|