---
sent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sent.c b/sent.c
index fc5e389..88abe90 100644
--- a/sent.c
+++ b/sent.c
_AT_@ -153,7 +153,7 @@ filter(int fd, const char *cmd)
close(fds[0]);
close(fds[1]);
execlp(cmd, cmd, (char *)0);
- eprintf("execlp %s:", cmd);
+ die("execlp %s:", cmd);
}
close(fds[1]);
return fds[0];
--
2.6.2
This archive was generated by hypermail 2.3.0 : Thu Jan 14 2016 - 09:12:13 CET