mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
<qoute> isn't allowed inside <userinput>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
55851d6ef3
commit
05616e275f
@ -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
|
||||
<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
|
||||
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>.bashrc</filename> file instead. Create this latter file now:</para>
|
||||
|
||||
<screen><userinput>cat > ~/.bashrc << <quote>EOF<quote>
|
||||
<screen><userinput>cat > ~/.bashrc << "EOF"
|
||||
set +h
|
||||
umask 022
|
||||
LFS=/mnt/lfs
|
||||
|
Loading…
Reference in New Issue
Block a user