diff options
Diffstat (limited to 'src/sledjchisl')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 32851f8..15f8d06 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -3335,7 +3335,7 @@ t("Write shs %s", tnm4); | |||
3335 | } | 3335 | } |
3336 | xclose(fd); | 3336 | xclose(fd); |
3337 | I("Sending linky email to %s %s", getStrH(Rd->stuff, "email"), t1); | 3337 | I("Sending linky email to %s %s", getStrH(Rd->stuff, "email"), t1); |
3338 | command = xmprintf("sendmail -oi -t <%s", file); | 3338 | command = xmprintf("sendmail -oi -t <'%s'", file); |
3339 | int i = system(command); | 3339 | int i = system(command); |
3340 | if (!WIFEXITED(i)) | 3340 | if (!WIFEXITED(i)) |
3341 | E("sendmail command failed!"); | 3341 | E("sendmail command failed!"); |