From 338a16f0df3c45bcbeaf5e7ffd0b4dc515e11502 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Aug 2018 10:36:53 +0200 Subject: Make process_env usable with C array of environment variables --- libbutl/process-run.txx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libbutl/process-run.txx') diff --git a/libbutl/process-run.txx b/libbutl/process-run.txx index f6c14f5..85e51e2 100644 --- a/libbutl/process-run.txx +++ b/libbutl/process-run.txx @@ -5,9 +5,8 @@ LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. { template - process_env:: - process_env (const process_path& p, const V& v) - : process_env (p) + void process_env:: + init_vars (const V& v) { if (!v.empty ()) { -- cgit v1.1