From df2c5fcf20189750119a94ca8b91f92f5d65d758 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 21 Jul 2017 00:23:19 +0300 Subject: Add support for passing environment variables to child process on Windows --- libbutl/process.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbutl/process.hxx') diff --git a/libbutl/process.hxx b/libbutl/process.hxx index ca49369..ee17207 100644 --- a/libbutl/process.hxx +++ b/libbutl/process.hxx @@ -222,8 +222,7 @@ namespace butl // the child process. If not NULL, it must contain strings in the // "name=value" (set) or "name" (unset) forms and be terminated with // NULL. Note that all other variables are inherited from the parent - // process. Also note that currently is not supported on Windows so must be - // NULL. + // process. // // Throw process_error if anything goes wrong. Note that some of the // exceptions (e.g., if exec() failed) can be thrown in the child -- cgit v1.1