From 7c4f5e6464a7d9a9c48b4d6773fbb348624cc32e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 6 Jun 2017 14:05:38 +0300 Subject: Support passing environment variables to child process --- libbutl/sendmail.ixx | 1 - 1 file changed, 1 deletion(-) (limited to 'libbutl/sendmail.ixx') 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 (err), - dir_path (), "sendmail", "-i", // Don't treat '.' as the end of input. "-t", // Read recipients from headers. -- cgit v1.1