Re: bash init failing on cygwin terminal launch

2008-02-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 2/13/2008 1:43 PM: | | Heh, emails that cross in the ether... BTW I assume you have a minor typo | there for "~/.bash_profile" rather than that you actually do have a | "~/.profile" file? No. Bash prefers ~/.bash_profile

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
> I assume you have a minor typo > there for "~/.bash_profile" rather than that you actually do have a > "~/.profile" file? I have a .profile. It doesn't seem to matter whether it's named .profile or .bash_profile... I have a different problem now. Everything works find from Cygwin's cmd based

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Dave Korn
On 13 February 2008 20:41, Rowe, Thomas wrote: >> I cannot figure out the failing script from this. The `id -ng` stuff > is from the end of /etc/profile, so I guess /etc/profile gets through > OK. I ran dos2unix against /etc/profile and .bashrc to no effect. >> > > Doh. Nevermind. dos2unix r

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Dave Korn
On 13 February 2008 20:35, Rowe, Thomas wrote: > The tail of `bash --login -i -x` is: > + cd '/cygdrive/c/Documents and Settings/rowet' > + case `id -ng` in > ++ id -ng > ' . '/cygdrive/c/Documents and Settings/rowet/.bashrc > : No such file or directory and Settings

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
>>> When I launch a cygwin terminal I see this line: >>>: No such file or directoryand Settings/rowet/.bashrc >>> >>> Then I am dumped into a bash prompt where .bashrc hasn't been read and I >>> think the normal bash config stuff hasn't finished either. If I type >>> 'bash[return]' from t

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
>> When I launch a cygwin terminal I see this line: >>: No such file or directoryand Settings/rowet/.bashrc >> >> Then I am dumped into a bash prompt where .bashrc hasn't been read and I >> think the normal bash config stuff hasn't finished either. If I type >> 'bash[return]' from this sc

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Dave Korn
On 13 February 2008 19:40, Rowe, Thomas wrote: > When I launch a cygwin terminal I see this line: >: No such file or directoryand Settings/rowet/.bashrc > > Then I am dumped into a bash prompt where .bashrc hasn't been read and I > think the normal bash config stuff hasn't finished either