File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ configuration."
115
115
" Which ssh Control* arguments to use.
116
116
117
117
If it is a string, it should have the form
118
- \" -o ControlMaster=auto -o ControlPath=\\= ' tramp.%%r@%%h:%%p \\= '
118
+ \" -o ControlMaster=auto -o ControlPath=tramp.%%C
119
119
-o ControlPersist=no\" . Percent characters in the ControlPath
120
120
spec must be doubled, because the string is used as format string.
121
121
@@ -4785,13 +4785,13 @@ Goes through the list `tramp-inline-compress-commands'."
4785
4785
(if (zerop
4786
4786
(tramp-call-process
4787
4787
vec " ssh" nil nil nil
4788
- " -G" " -o" " ControlPath=' tramp.%C' " " 0.0.0.1" ))
4788
+ " -G" " -o" " ControlPath=tramp.%C" " 0.0.0.1" ))
4789
4789
(setq tramp-ssh-controlmaster-options
4790
4790
(concat tramp-ssh-controlmaster-options
4791
- " -o ControlPath=' tramp.%%C' " ))
4791
+ " -o ControlPath=tramp.%%C" ))
4792
4792
(setq tramp-ssh-controlmaster-options
4793
4793
(concat tramp-ssh-controlmaster-options
4794
- " -o ControlPath=' tramp.%%r@%%h:%%p' " )))
4794
+ " -o ControlPath=tramp.%%r@%%h:%%p" )))
4795
4795
(when (zerop
4796
4796
(tramp-call-process
4797
4797
vec " ssh" nil nil nil
You can’t perform that action at this time.
0 commit comments