mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
e0c984046c
commit
c3ce0c26e7
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ if [ -n "$LOGIN_SHELL" ]; then
|
|||
else
|
||||
using_getent || using_id || using_python || using_passwd || die "Could not detect login shell";
|
||||
fi
|
||||
shell_name=$(basename $login_shell)
|
||||
shell_name=$(command basename $login_shell)
|
||||
|
||||
# If a command was passed to SSH execute it here
|
||||
EXEC_CMD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue