From a55be2fa3233b99472a6cf3e0e4103bc748d8dbb Mon Sep 17 00:00:00 2001 From: Martin Joerg Date: Fri, 17 Sep 2021 19:54:00 +0200 Subject: [PATCH] * lisp/net/tramp-sh.el (tramp-methods) : 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 0416d15f521..fbb122e7210 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))) -- 2.39.5