On Thu, Jun 17, 2010 at 12:27 PM, Michael Albinus
<[email protected]> wrote:
>
> Yes. You could change the used remote shell in `tramp-methods' to
> bash. If you, for example, use "ssh", you could apply
>
> (setcdr (assoc 'tramp-remote-sh (assoc "ssh" tramp-methods)) '("/bin/bash"))

Michael:

(require 'tramp)
(setq tramp-default-method "ssh")
;; do C-x f, /usern...@server:~/
(setcdr (assoc 'tramp-remote-sh (assoc "ssh" tramp-methods)) '("/bin/bash"))

The above does not work.  Appears to still be using /bin/sh.  Any
other suggestions?

vinh

_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to