]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.
authorMartin Joerg <martin.joerg@gmail.com>
Fri, 17 Sep 2021 17:54:00 +0000 (19:54 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Sep 2021 17:54:00 +0000 (19:54 +0200)
Copyright-paperwork-exempt: yes

lisp/net/tramp-sh.el

index 0416d15f521993352098c547eff4f7aef8163cab..fbb122e7210ae8112e00e8680c89944ef3b06467 100644 (file)
@@ -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)))