From: markus schnalke Date: Fri, 15 Jun 2012 09:02:09 +0000 (+0200) Subject: whatnow: Call send(1) as `send', not as `whatnow'. X-Git-Tag: mmh-thesis-end~30 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=b46f3952feb22813f2f9f4f3d8504b9849f82161;p=mmh whatnow: Call send(1) as `send', not as `whatnow'. --- diff --git a/uip/whatnow.c b/uip/whatnow.c index 118afe8..98ac75f 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -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++;