Fixing issue where we incorrectly were merging the kit environment on top of penv before expanding. We don't support referencing the environmentVariables map.
@moyo1997 Well, technically it's going to have some level of penv supported either way, because expandString will call it's parent environment replacer regardless, so I think we might as well have that.
See title.
Fixing issue where we incorrectly were merging the kit environment on top of
penv
before expanding. We don't support referencing theenvironmentVariables
map.