James Cooley <[EMAIL PROTECTED]> writes:

>        "Couldn't find exit status of `test -x /bin/ksh'"

Hi.
The very last message Kai posted to the list fixed this for me.  He
said:

> I think I know where that comes from.  Don't have time to really fix
> this, though.  I think you want to look at this code, it's in
> tramp.el, in the function tramp-send-command-and-check.
>
>   (tramp-send-command multi-method method user host
>                       (concat (if subshell "( " "")
>                               command
>                               (if command tramp-rsh-end-of-line "")
>                               "echo tramp_exit_status $?"
>                               (if subshell " )" "")))
>
> In the `if' line in the middle, replace tramp-rsh-end-of-line with ";"
> (including the quotes).  Does that help?

It worked for me.


Reply via email to