Re: defualt directory problem for non-login session

2008-10-13 Thread Vijay S
Thank you very much. It worked. :)) On Tue, Oct 7, 2008 at 9:05 AM, Andreas Schwab <[EMAIL PROTECTED]> wrote: > s_vijay65 <[EMAIL PROTECTED]> writes: > > > I am invoking bash as non-login shell i.e. using execvp() from my > > application, but when the bash returns prompt the defualt directory is

Re: defualt directory problem for non-login session

2008-10-07 Thread Andreas Schwab
s_vijay65 <[EMAIL PROTECTED]> writes: > I am invoking bash as non-login shell i.e. using execvp() from my > application, but when the bash returns prompt the defualt directory is /dev. > I want $HOME should be my defualt directory after login to bash. You need to change to that directory in the c

defualt directory problem for non-login session

2008-10-07 Thread s_vijay65
know how to fix this problem as soon as possible. Thank you in advance. -- View this message in context: http://www.nabble.com/defualt-directory-problem-for-non-login-session-tp19853324p19853324.html Sent from the Gnu - Bash mailing list archive at Nabble.com.