Commit aff20b90 authored by Felip Moll's avatar Felip Moll Committed by Morris Jette
Browse files

Global environment was not set correctly in srun

Creating a copy of the actual environment in env->env defines a new pointer,
then next call to setup_env and setenvf doesn't define variables in the global
environment but in this new copy.

Bug 4615
parent bc7838d9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment