merge_shell_env

Function merge_shell_env 

Source
fn merge_shell_env(env: &mut HashMap<String, String>)
Expand description

Merges shell environment variables into the environment.

Only merges build system-related environment variables.

ยงArguments

  • env - The environment HashMap to merge into