spkenv / spk

A Package Manager for high velocity software environments, built on spfs.
https://spkenv.dev
Apache License 2.0
40 stars 6 forks source link

Preserve env vars generated by build_interactive_shell_command #1118

Closed jrray closed 2 months ago

jrray commented 2 months ago

Fix some env vars being lost and spk env interactive shells not working properly, for example $PATH not being updated, for csh users.

The env var changes from #1086 overwrote any existing entries in command.vars, which is only the case when using csh.