On Tue, Dec 19, 2006 at 05:12:54PM +0530, arnuld wrote:

> [ i checked the file ".bash_profile" to make sure that it contains this line:
> 
> "exec env -i HOME=$HOME TERM=$TERM PS1=`\u:\w\$ ` bin/bash"

You used backquotes "`" so the shell tries to execute \u:\w\$ as a
command.  Change them to single quotes "'".

If you're not sure of the difference between single quotes, backquotes
and double quotes in shell scripts I recommend you spend a little time
studying it - it's very important and knowing it could save you a lot
of time fixing problems like this.

Regards, 

Jeremy Henty 
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to