summaryrefslogtreecommitdiff
path: root/debian/patches/shell-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/shell-path.patch')
-rw-r--r--debian/patches/shell-path.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/shell-path.patch b/debian/patches/shell-path.patch
index cd1bafe83..ddae43a45 100644
--- a/debian/patches/shell-path.patch
+++ b/debian/patches/shell-path.patch
@@ -10,7 +10,7 @@ Index: b/sshconnect.c
10=================================================================== 10===================================================================
11--- a/sshconnect.c 11--- a/sshconnect.c
12+++ b/sshconnect.c 12+++ b/sshconnect.c
13@@ -139,7 +139,7 @@ 13@@ -141,7 +141,7 @@
14 14
15 /* Execute the proxy command. Note that we gave up any 15 /* Execute the proxy command. Note that we gave up any
16 extra privileges above. */ 16 extra privileges above. */
@@ -19,7 +19,7 @@ Index: b/sshconnect.c
19 perror(argv[0]); 19 perror(argv[0]);
20 exit(1); 20 exit(1);
21 } 21 }
22@@ -1167,7 +1167,7 @@ 22@@ -1243,7 +1243,7 @@
23 pid = fork(); 23 pid = fork();
24 if (pid == 0) { 24 if (pid == 0) {
25 debug3("Executing %s -c \"%s\"", shell, args); 25 debug3("Executing %s -c \"%s\"", shell, args);