On Thu, Feb 5, 2015 at 11:09 AM, Abilio Marques <abili...@gmail.com> wrote:

> Here the current code (missing the capture of the stdout). I send it as a
> patch to the current trunk version (0d1d7f6481).
>
>
> Ideas?
>

I suggest altering the parameter processing to be:

if ( argc == 3 ){
if (fossil_strcmp(argv[1], "NOWAIT") == 0){
wait = 0; cmd = argv[2];
} else {
return /* insert value for "unknown option" */;
} } else { cmd = argv[1]; }
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to