mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
When unsetting (clearing) an environment variable in 'unset-env' procedure, keep track of it in a g_clearedEnvVars array to be able to distinguish later on, in 'getenv' procedure, if variable is equal to an empty string or if it has been unset (cleared).