whatnow: Call send(1) as `send', not as `whatnow'.
authormarkus schnalke <meillo@marmaro.de>
Fri, 15 Jun 2012 09:02:09 +0000 (11:02 +0200)
committermarkus schnalke <meillo@marmaro.de>
Fri, 15 Jun 2012 09:02:09 +0000 (11:02 +0200)
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++;