mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Fall back to run the shell without -l option
This commit is contained in:
parent
39a78f6be3
commit
ea28951e0e
1 changed files with 3 additions and 0 deletions
|
|
@ -475,3 +475,6 @@ execute_with_python
|
|||
execute_with_perl
|
||||
execute_sh_with_posix_env
|
||||
exec "$login_shell" "-l"
|
||||
|
||||
printf "%s\n" "Could not execute the shell as a login shell" > /dev/stderr
|
||||
exec "$login_shell"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue