Re: combination of bash and cmd.exe causes fatal error when used under CYGWIN=tty

2011-06-08 Thread Christopher Faylor
On Mon, Apr 25, 2011 at 10:08:05AM -0400, Len Giambrone wrote: >Greetings. > >If I set CYGWIN=tty, then cygwin programs die with >*** fatal error - couldn't initialize fd 0 for /dev/ttyN > >Example: > >C:\cygwin\home\lgiambro>bash -c "cmd /c 'ls'" >? 0 [main] ls 7440 C:\cygwin\bin\ls.exe: ***

combination of bash and cmd.exe causes fatal error when used under CYGWIN=tty

2011-04-25 Thread Len Giambrone
Greetings. If I set CYGWIN=tty, then cygwin programs die with *** fatal error - couldn't initialize fd 0 for /dev/ttyN Example: C:\cygwin\home\lgiambro>bash -c "cmd /c 'ls'"   0 [main] ls 7440 C:\cygwin\bin\ls.exe: *** fatal error - couldn't initiali ze fd 0 for /dev/tty7   0 [main] ls