whatnow: Call send(1) as `send', not as `whatnow'.
[mmh] / uip / whatnow.c
index 118afe8..98ac75f 100644 (file)
@@ -609,7 +609,7 @@ sendfile(char **arg, char *file)
                /* fall */
        case OK:
                vecp = 0;
-               vec[vecp++] = invo_name;
+               vec[vecp++] = "send";
                if (arg)
                        while (*arg)
                                vec[vecp++] = *arg++;