On 09/27/2015 05:55 PM, Bruce Dubbs wrote:
Maybe the mistake is that that same command is in the .bashrc pointing
back to itself.

Perhaps, but where did it come from? Not the book.

Book 7.7:

cat>  ~/.bashrc<<  "EOF"
|# Begin ~/.bashrc
# Written for Beyond Linux From Scratch
# by James Robertson<[email protected]>

# Personal aliases and functions.

# Personal environment variables and startup programs should go in
# ~/.bash_profile.  System wide environment variables and startup
# programs are in /etc/profile.  System wide aliases and functions are
# in /etc/bashrc.

if [ -f "/etc/bashrc" ] ; then
  source /etc/bashrc
fi

# End ~/.bashrc|
EOF



Wayne Sallee
[email protected]
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to