This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygcheck exit status


On Tue, Jul 05, 2005 at 08:49:06PM +0000, Eric Blake wrote:
>@@ -1677,7 +1681,7 @@ main (int argc, char **argv)
>       {
>        if (i)
>          puts ("");
>-       cygcheck (argv[i]);
>+       ok &= cygcheck (argv[i]);

Why are you anding the result here?  Why not just set ok = cygcheck (...)?

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]