mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
Mention the shell in the error message
This commit is contained in:
@@ -472,6 +472,5 @@ 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
|
||||
printf "%s\n" "Could not execute the shell $login_shell as a login shell" > /dev/stderr
|
||||
exec "$login_shell"
|
||||
|
||||
Reference in New Issue
Block a user