Do not clear the environment.
This commit is contained in:
parent
313f832471
commit
02eea315dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
def run_process(cmd : String, params : Array(String), env : Hash(String, String))
|
def run_process(cmd : String, params : Array(String), env : Hash(String, String))
|
||||||
unless Process.run(cmd, params, env,
|
unless Process.run(cmd, params, env,
|
||||||
true # clear environment
|
false # clear environment
|
||||||
# input: Process::Redirect::Inherit,
|
# input: Process::Redirect::Inherit,
|
||||||
# output: Process::Redirect::Inherit,
|
# output: Process::Redirect::Inherit,
|
||||||
# error: Process::Redirect::Inherit
|
# error: Process::Redirect::Inherit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue