zellij/zellij-server
Shunsuke Mie 4aae81faf8
fix(pty): use /bin/sh when SHELL env variable is not found (#1769)
This commit fixes #1722.

In some environment, the SHELL environemnt variable is not exists. It
causes a panic that is reported as #1722. Use generic shell (/bin/sh) to
prevent the panic.

This is a same behavior as tmux.
https://github.com/tmux/tmux/blob/master/spawn.c#L329-L331
2022-11-15 15:22:38 +00:00
..
src fix(pty): use /bin/sh when SHELL env variable is not found (#1769) 2022-11-15 15:22:38 +00:00
Cargo.toml refactor(plugins): change the data flow (#1934) 2022-11-15 12:21:36 +01:00