Re: Troubles with bash/sh and ctrl-break

2006-04-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Anil Arora on 4/21/2006 12:15 AM: > I recently upgraded from cygwin 1.36 to the latest version, and it looks > like bash is causing some troubles for me. I am using a windows batch > file to start up a shell script which in turn starts up

Troubles with bash/sh and ctrl-break

2006-04-20 Thread Anil Arora
I recently upgraded from cygwin 1.36 to the latest version, and it looks like bash is causing some troubles for me. I am using a windows batch file to start up a shell script which in turn starts up java. My startserver.bat is as so... SETLOCAL SET _dir=%~dp0 sh.exe "%_dir%\startserver.sh" %* E