From 910565aa7c2e220cbcbba16a3ac978bccb9df6f0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Mar 2022 15:52:51 +0530 Subject: [PATCH] Mention the shell in the error message --- shell-integration/ssh/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell-integration/ssh/bootstrap.sh b/shell-integration/ssh/bootstrap.sh index e0f3d8aa2..cdcc0aac4 100644 --- a/shell-integration/ssh/bootstrap.sh +++ b/shell-integration/ssh/bootstrap.sh @@ -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"