X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvdist.c;h=edbf65fffc19deacbe5394f6a2d5dda9cc8712d2;hb=edc8d4615f73003ef06c644373763c345f1872c6;hp=9038d5ffbda033f38d318bd44dc3fcae6efca99a;hpb=93bd0519e7383755a82da4aeff3e1e368f048525;p=mmh diff --git a/uip/rcvdist.c b/uip/rcvdist.c index 9038d5f..edbf65f 100644 --- a/uip/rcvdist.c +++ b/uip/rcvdist.c @@ -114,6 +114,10 @@ main (int argc, char **argv) vec[0] = r1bindex (postproc, '/'); vec[vecp++] = "-dist"; vec[vecp++] = drft; + if ((cp = context_find ("mhlproc"))) { + vec[vecp++] = "-mhlproc"; + vec[vecp++] = cp; + } vec[vecp] = NULL; for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++)