Do not clear the environment.

This commit is contained in:
Philippe Pittoli 2024-11-25 11:21:23 +01:00
parent 313f832471
commit 02eea315dd

View File

@ -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