changeset 93829:11d77c788381

* net/tramp.el (tramp-methods): Fix again tramp-copy-args of "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 07 Apr 2008 19:29:09 +0000
parents 5d4962dad0ad
children 72a4d0ef0987
files lisp/net/tramp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Mon Apr 07 19:28:08 2008 +0000
+++ b/lisp/net/tramp.el	Mon Apr 07 19:29:09 2008 +0000
@@ -535,7 +535,7 @@
 					  ("-ssh")))
 	     (tramp-remote-sh            "/bin/sh")
 	     (tramp-copy-program         "pscp")
-	     (tramp-copy-args            (("-P") ("%p") ("-scp") ("-p" "%k")))
+	     (tramp-copy-args            (("-P" "%p") ("-scp") ("-p" "%k")))
 	     (tramp-copy-keep-date       t)
 	     (tramp-password-end-of-line "xy") ;see docstring for "xy"
 	     (tramp-default-port         22))
@@ -544,7 +544,7 @@
 					  ("-ssh")))
 	     (tramp-remote-sh            "/bin/sh")
 	     (tramp-copy-program         "pscp")
-	     (tramp-copy-args            (("-P") ("%p") ("-sftp") ("-p" "%k")))
+	     (tramp-copy-args            (("-P" "%p") ("-sftp") ("-p" "%k")))
 	     (tramp-copy-keep-date       t)
 	     (tramp-password-end-of-line "xy")) ;see docstring for "xy"
     ("fcp"   (tramp-login-program        "fsh")