kitten @ ls: Return environ of foreground process

This is needed on macOS where we now run the shell via login and we
aren't allowed to read the environ of login because its setuid.

Fixes #6749
This commit is contained in:
Kovid Goyal
2023-10-25 09:49:23 +05:30
parent b1ec1c2678
commit eefb865e6e
3 changed files with 7 additions and 4 deletions

View File

@@ -78,6 +78,8 @@ Detailed list of changes
- Render Private Use Unicode symbols using two cells if the second cell contains a non-breaking space as well as a normal space
- kitten @ ls: Return the environment of the foreground process instead of the initial child process (:iss:`6749`)
0.30.1 [2023-10-05]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~