X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/df40b0828642fad673cfbc9882c38ca9080dedd9..65e148623f95a1976e8a71846993fe0e6abe081f:/rand/noise.c diff --git a/rand/noise.c b/rand/noise.c index a1683858..aa45e03b 100644 --- a/rand/noise.c +++ b/rand/noise.c @@ -294,7 +294,7 @@ int noise_filter(rand_pool *r, int good, const char *c) /* --- Start the process up --- */ - execle("/bin/sh", "-c", c, (char *)0, env); + execle("/bin/sh", "sh", "-c", c, (char *)0, env); _exit(127); }