emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a55be2f: * lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate


From: Michael Albinus
Subject: master a55be2f: * lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.
Date: Fri, 17 Sep 2021 13:54:08 -0400 (EDT)

branch: master
commit a55be2fa3233b99472a6cf3e0e4103bc748d8dbb
Author: Martin Joerg <martin.joerg@gmail.com>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.
    
    Copyright-paperwork-exempt: yes
---
 lisp/net/tramp-sh.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 0416d15..fbb122e 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -202,7 +202,7 @@ The string is used in `tramp-methods'.")
                 (tramp-copy-program         "rsync")
                 (tramp-copy-args            (("-t" "%k") ("-p") ("-r") ("-s")
                                             ("-c")))
-                (tramp-copy-env             (("RSYNC_RSH") ("ssh" "%c")))
+                (tramp-copy-env             (("RSYNC_RSH") ("ssh") ("%c")))
                 (tramp-copy-keep-date       t)
                 (tramp-copy-keep-tmpfile    t)
                 (tramp-copy-recursive       t)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]