]> diplodocus.org Git - nmh/blobdiff - uip/rcvdist.c
man: Add backslash before backquote so it appears as sh backtick.
[nmh] / uip / rcvdist.c
index a75e21aca73c89cdf6c88c1c99863dc5b5598f4a..f30a573cde23c607cb7ad150a12cccc20ba060ca 100644 (file)
@@ -127,8 +127,8 @@ main (int argc, char **argv)
     child_id = fork();
     switch (child_id) {
        case NOTOK: 
-           inform("unable to fork, continuing...");
-           /* FALLTHRU */
+            adios("fork", "failed:");
+
        case OK: 
            execvp (program, vec);
            fprintf (stderr, "unable to exec ");