aboutsummaryrefslogtreecommitdiff
path: root/libbutl/sendmail.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-06 14:05:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-07 14:08:27 +0300
commit7c4f5e6464a7d9a9c48b4d6773fbb348624cc32e (patch)
treeb8b86eba7852bd00191600e0e4696cc5a7c31e42 /libbutl/sendmail.ixx
parenta32378a9aedd61c51166432ecd26a6a5dd405ebb (diff)
Support passing environment variables to child process
Diffstat (limited to 'libbutl/sendmail.ixx')
-rw-r--r--libbutl/sendmail.ixx1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbutl/sendmail.ixx b/libbutl/sendmail.ixx
index 9746a8b..72d3d45 100644
--- a/libbutl/sendmail.ixx
+++ b/libbutl/sendmail.ixx
@@ -66,7 +66,6 @@ namespace butl
pipe.in,
2, // No output expected so redirect to stderr.
std::forward<E> (err),
- dir_path (),
"sendmail",
"-i", // Don't treat '.' as the end of input.
"-t", // Read recipients from headers.