Re: perl's exec fails with 20051019 snapshot in windows shell

2005-10-20 Thread Krzysztof Duleba
Krzysztof Duleba wrote: > > After upgrading to 20051019, perl doesn't work as it used to in the > windows shell. 20051020 looks better, thanks. Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentati

perl's exec fails with 20051019 snapshot in windows shell

2005-10-19 Thread Krzysztof Duleba
Hi After upgrading to 20051019, perl doesn't work as it used to in the windows shell. $ uname -a CYGWIN_NT-5.0 duli2 1.5.19s(0.140/4/2) 20051019 13:12:47 i686 unknown unknown Cygwin $ perl -e 'exec whoami' Krzysiek C:\>perl -e 'print "ok"' ok C:\>perl -e 'exec whoami' C:\>whoami Krzysiek Rega