Do not clear the environment.
This commit is contained in:
parent
313f832471
commit
02eea315dd
@ -1,6 +1,6 @@
|
||||
def run_process(cmd : String, params : Array(String), env : Hash(String, String))
|
||||
unless Process.run(cmd, params, env,
|
||||
true # clear environment
|
||||
false # clear environment
|
||||
# input: Process::Redirect::Inherit,
|
||||
# output: Process::Redirect::Inherit,
|
||||
# error: Process::Redirect::Inherit
|
||||
|
Loading…
Reference in New Issue
Block a user