From: parkerrd AT hotmail DOT com (Ron Parker) Subject: Bash exiting prematurely 25 Oct 1998 21:43:13 -0800 Message-ID: <19981026050756.6966.qmail.cygnus.cygwin32.developers@hotmail.com> Content-Type: text/plain To: cygwin32-developers AT cygnus DOT com On my machine I have the following defined in /etc/profile: dtou=() { tr -d \\r <$1 >$1.dtou; mv $1.dtou $1 } wp=() { ( cd `dirname $1`; cmd /c start /wait wordpad `basename $1` ); dtou $1 } Also CYGWIN32='binmode tty ntea notitle'. If I perform these commands: $ bash --login $ touch junk $ wp junk& and then close wordpad, I will see a logout message in my Bash session and it will exit. This happens both in the B20alpha4 binary distribution and in a private build I have made locally. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com