Rob Newton <[email protected]> writes:

> Michael,

Hi Rob,

> Thanks for looking into this Michael. I actually only started using
> tramp very recently, and am getting some good value from it already.
> Drop me a line when you have something for me to test.

Could you check the following patch (line numbers might be slightly
different)?

--8<---------------cut here---------------start------------->8---
*** /home/albinus/src/emacs-24/lisp/net/tramp-sh.el.~117001~   2014-04-22 
11:30:19.020790556 +0200
--- /home/albinus/src/emacs-24/lisp/net/tramp-sh.el   2014-04-22 
11:30:19.224794113 +0200
***************
*** 2371,2378 ****
                                  (append
                                   copy-args
                                   (list
!                                   (shell-quote-argument source)
!                                   (shell-quote-argument target)
                                    "&&" "echo" "tramp_exit_status" "0"
                                    "||" "echo" "tramp_exit_status" "1"))))))
                  (tramp-message
--- 2371,2377 ----
                                  (append
                                   copy-args
                                   (list
!                                   source target
                                    "&&" "echo" "tramp_exit_status" "0"
                                    "||" "echo" "tramp_exit_status" "1"))))))
                  (tramp-message
--8<---------------cut here---------------end--------------->8---

> -Rob

Best regards, Michael.

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

Reply via email to