More error level issues

2005-03-02 Thread Brian Bruns
Hey all, Sorry to bring this up again, but I'm having issues again with Cygwin not passing error level codes back to the cmd shell. Example, when clamscan finds a virus, it issues a return code of 1. Inside of a Cygwin env it returns fine. ../test/clam.exe: ClamAV-Test-File FOUN

Re: More error level issues

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:30:00PM -0500, Brian Bruns wrote: >Sorry to bring this up again, but I'm having issues again with Cygwin >not passing error level codes back to the cmd shell. > >Example, when clamscan finds a virus, it issues a return code of 1. >Inside of a Cygwin env it returns fine. >

Re: More error level issues

2005-03-02 Thread Brian Bruns
On Wednesday, March 02, 2005 3:45 PM [EST], Christopher Faylor wrote: > > http://sources.redhat.com/ml/cygwin/2005-01/msg01382.html > Yeah, I know of that post. I'm still _highly_ confused as to this - chalk it up to the fact I'm more used to dealing with return codes in Linux, so forgive my ig

Re: More error level issues

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:58:22PM -0500, Brian Bruns wrote: >On Wednesday, March 02, 2005 3:45 PM [EST], Christopher Faylor wrote: >> http://sources.redhat.com/ml/cygwin/2005-01/msg01382.html > >Yeah, I know of that post. I'm still _highly_ confused as to this - >chalk it up to the fact I'm more

Re: More error level issues

2005-03-02 Thread Brian Dessent
Brian Bruns wrote: > Yeah, I know of that post. I'm still _highly_ confused as to this - > chalk it up to the fact I'm more used to dealing with return codes in > Linux, so forgive my ignorance. I'm also not the greatest programmer > in the world. > > Your telling me an exit code of 1 inside of

Re: More error level issues

2005-03-31 Thread AVT-Wien
Hi, With cygwin1.dll version 1.5.13 exit codes to Windows (I use W2K and XP) have changed by a factor of 256 (shift of 8 bits) as mentioned in the 2 messages cited below. I have processes running under Windows shells that run several days, doing a lot of steps (both unix tools like gawk, head, sor

Re: More error level issues

2005-03-31 Thread Larry Hall
At 01:48 PM 3/31/2005, you wrote: >Hi, > >With cygwin1.dll version 1.5.13 exit codes to Windows (I use W2K and XP) have >changed by a factor of 256 (shift of 8 bits) as mentioned in the 2 messages >cited below. I have processes running under Windows shells that run several >days, doing a lot of ste

Re: More error level issues

2005-03-31 Thread Brian Dessent
AVT-Wien wrote: > With cygwin1.dll version 1.5.13 exit codes to Windows (I use W2K and XP) have > changed by a factor of 256 (shift of 8 bits) as mentioned in the 2 messages > cited below. I have processes running under Windows shells that run several > days, doing a lot of steps (both unix tools

AW: More error level issues

2005-04-04 Thread Wolfgang Rieger/AVT
At 10:09 PM 3/31/2005, Larry Hall wrote: > At 01:48 PM 3/31/2005, you wrote: > >Hi, > > > >With cygwin1.dll version 1.5.13 exit codes to Windows (I use W2K and XP) have > >changed by a factor of 256 (shift of 8 bits) as mentioned in the 2 messages > >cited below. I have processes running under Wi