On 04/26/11 18:13, Mark Lumsden wrote:

> @@ -179,8 +179,7 @@ main(int argc, char *argv[])
>               /* Run the command. */
>               if (debug)
>                       (void)printf("%s\n", c);
> -             else
> -                     if (mysystem(c))
> +             else if (mysystem(c))
>                               rval = 1;

FWIW, one tab too many after the fix.

/Alexander

Reply via email to