Re: bash shell just flash and disappear

2004-10-04 Thread Christopher Faylor
On Mon, Oct 04, 2004 at 05:02:24PM +0200, [EMAIL PROTECTED] wrote: >I think you try to execute direct bash.exe without the interactive >parameter, like proposed in the cygwin.bat : bash --login -i -i >indicate "echo a prompt and wait for command" -login "indicate, first >time bash in executed, pars

Re: bash shell just flash and disappear

2004-10-04 Thread Christophe . Delarue
I think you try to execute direct bash.exe without the interactive parameter, like proposed in the cygwin.bat : bash --login -i -i indicate "echo a prompt and wait for command" -login "indicate, first time bash in executed, parse the .profile"