projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3201b
)
whatnow: Call send(1) as `send', not as `whatnow'.
author
markus schnalke
<meillo@marmaro.de>
Fri, 15 Jun 2012 09:02:09 +0000
(11:02 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Fri, 15 Jun 2012 09:02:09 +0000
(11:02 +0200)
uip/whatnow.c
patch
|
blob
|
history
diff --git
a/uip/whatnow.c
b/uip/whatnow.c
index
118afe8
..
98ac75f
100644
(file)
--- 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++;