pkgx
pkgx copied to clipboard
env command clearing ENV vars set by pkgx
Another little bug with pkgx ENV var functionality (Possibly related to #841)
ENV vars that were set by by pkgx.yaml are getting cleared out after running the env command alone with no args. See session below:
Note:
Strangely enough, it's NOT cleared out when I run env | grep TEMP multiple times above. Only when I run env alone (or piped to /dev/null as above to hide output).
My suspicion is it's related to this command shellcode being run.
Yeah I've been waiting for this report. Will fix in next patch release.