summaryrefslogtreecommitdiff
path: root/debian/patches/scp-quoting.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/scp-quoting.patch')
-rw-r--r--debian/patches/scp-quoting.patch27
1 files changed, 18 insertions, 9 deletions
diff --git a/debian/patches/scp-quoting.patch b/debian/patches/scp-quoting.patch
index 239c1b599..887164beb 100644
--- a/debian/patches/scp-quoting.patch
+++ b/debian/patches/scp-quoting.patch
@@ -1,17 +1,26 @@
1Description: Adjust scp quoting in verbose mode 1From 7531f41888f9e40be95a319fb325f6f05dd50751 Mon Sep 17 00:00:00 2001
2 Tweak scp's reporting of filenames in verbose mode to be a bit less 2From: =?UTF-8?q?Nicolas=20Valc=C3=A1rcel?= <nvalcarcel@ubuntu.com>
3 confusing with spaces. 3Date: Sun, 9 Feb 2014 16:09:59 +0000
4 . 4Subject: Adjust scp quoting in verbose mode
5 This should be revised to mimic real shell quoting. 5
6Author: Nicolas Valcárcel <nvalcarcel@ubuntu.com> 6Tweak scp's reporting of filenames in verbose mode to be a bit less
7confusing with spaces.
8
9This should be revised to mimic real shell quoting.
10
7Bug-Ubuntu: https://bugs.launchpad.net/bugs/89945 11Bug-Ubuntu: https://bugs.launchpad.net/bugs/89945
8Last-Update: 2010-02-27 12Last-Update: 2010-02-27
9 13
10Index: b/scp.c 14Patch-Name: scp-quoting.patch
11=================================================================== 15---
16 scp.c | 12 ++++++++++--
17 1 file changed, 10 insertions(+), 2 deletions(-)
18
19diff --git a/scp.c b/scp.c
20index 28ded5e..b7a17ab 100644
12--- a/scp.c 21--- a/scp.c
13+++ b/scp.c 22+++ b/scp.c
14@@ -189,8 +189,16 @@ 23@@ -189,8 +189,16 @@ do_local_cmd(arglist *a)
15 24
16 if (verbose_mode) { 25 if (verbose_mode) {
17 fprintf(stderr, "Executing:"); 26 fprintf(stderr, "Executing:");