aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-04-23 01:02:42 +1000
committeronefang2020-04-23 01:02:42 +1000
commite1fb81c263ae976a5574e8447bc1a2be0ff103d8 (patch)
treed9dbc671f24b47f367a47656314bb2fd71dd2b89
parentTypo-- (diff)
downloadopensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.zip
opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.tar.gz
opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.tar.bz2
opensim-SC_OLD-e1fb81c263ae976a5574e8447bc1a2be0ff103d8.tar.xz
Quote email file.
-rw-r--r--src/sledjchisl/sledjchisl.c2
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!");