mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Fall back to run the shell without -l option
This commit is contained in:
@@ -475,3 +475,6 @@ execute_with_python
|
|||||||
execute_with_perl
|
execute_with_perl
|
||||||
execute_sh_with_posix_env
|
execute_sh_with_posix_env
|
||||||
exec "$login_shell" "-l"
|
exec "$login_shell" "-l"
|
||||||
|
|
||||||
|
printf "%s\n" "Could not execute the shell as a login shell" > /dev/stderr
|
||||||
|
exec "$login_shell"
|
||||||
|
|||||||
Reference in New Issue
Block a user