pkgx icon indicating copy to clipboard operation
pkgx copied to clipboard

env command clearing ENV vars set by pkgx

Open sporkd opened this issue 2 years ago • 1 comments

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:

Screenshot 2023-10-29 at 3 09 36 PM

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.

sporkd avatar Oct 29 '23 21:10 sporkd

Yeah I've been waiting for this report. Will fix in next patch release.

mxcl avatar Nov 02 '23 19:11 mxcl