mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Ensure environment variable change at the Tcl interpreter level is propagated to every sub-interpreters used to evaluate modulefiles or modulercs. Tcl by default maintain the `::env` array in sync across all started interpreters. But in some cases, it appears a change occuring in master interpreter is not correctly propagated when the variable is later on updated in sub-interpreter. Fixes #342