]> andersk Git - openssh.git/blobdiff - sftp.c
- halex@cvs.openbsd.org 2009/11/22 13:18:00
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index 85e5505b5be38da141d82ff64647c2505ac0e1cd..2ce7cc1e1ef8099d9213fee88c0926a3be6229bf 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.112 2009/11/20 00:54:01 djm Exp $ */
+/* $OpenBSD: sftp.c,v 1.113 2009/11/22 13:18:00 halex Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  *
@@ -1719,7 +1719,8 @@ main(int argc, char **argv)
                case 'c':
                case 'i':
                case 'o':
-                       addargs(&args, "-%c%s", ch, optarg);
+                       addargs(&args, "-%c", ch);
+                       addargs(&args, "%s", optarg);
                        break;
                case 'q':
                        showprogress = 0;
This page took 0.043423 seconds and 4 git commands to generate.