macOS: When running the default shell, run it via the login program so that calls to `getlogin()` work

Fixes #6511
This commit is contained in:
Kovid Goyal
2023-09-24 11:12:02 +05:30
parent 59e4c6660e
commit 68b861b188
2 changed files with 21 additions and 6 deletions

View File

@@ -54,6 +54,8 @@ Detailed list of changes
- Expand environment variables in the :opt:`shell` option (:iss:`6511`)
- macOS: When running the default shell, run it via the login program so that calls to ``getlogin()`` work (:iss:`6511`)
0.30.0 [2023-09-18]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~