X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=469bdd902c8596a0c176e02d806e4ca134dc5745;hp=efc2b540ca07fa0af216343a046fcd702f00acfe;hb=943765e7ac5693ae177fd8d2b5a2440e53ce816e;hpb=e11983f44e59d8de236affa5b0d0d3067c192e24 diff --git a/uip/repl.c b/uip/repl.c index efc2b54..469bdd9 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -787,7 +787,7 @@ replfilter(FILE *in, FILE *out, char *filter) dup2(fileno(out), fileno(stdout)); closefds(3); - execlp(mhlproc, mhl, "-form", filter, "-noclear", NULL); + execlp(mhlproc, mhl, "-form", filter, NULL); errstr = strerror(errno); write(2, "unable to exec ", 15); write(2, mhlproc, strlen(mhlproc));