diff options
Diffstat (limited to 'debian/patches/shell-path.patch')
-rw-r--r-- | debian/patches/shell-path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/shell-path.patch b/debian/patches/shell-path.patch index 381122e..ce44ea4 100644 --- a/debian/patches/shell-path.patch +++ b/debian/patches/shell-path.patch @@ -1,4 +1,4 @@ -From b2e4df6aa3245d06c318d8977612d863ee427289 Mon Sep 17 00:00:00 2001 +From 3f074c0c57936f7a8f30a3b29231b52e640156b7 Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwatson@debian.org> Date: Sun, 9 Feb 2014 16:10:00 +0000 Subject: Look for $SHELL on the path for ProxyCommand/LocalCommand @@ -16,7 +16,7 @@ Patch-Name: shell-path.patch 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshconnect.c b/sshconnect.c -index bd077c75c..69256c354 100644 +index d8efc50ce..1d5bcc782 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -247,7 +247,7 @@ ssh_proxy_connect(struct ssh *ssh, const char *host, const char *host_arg, @@ -28,7 +28,7 @@ index bd077c75c..69256c354 100644 perror(argv[0]); exit(1); } -@@ -1678,7 +1678,7 @@ ssh_local_cmd(const char *args) +@@ -1680,7 +1680,7 @@ ssh_local_cmd(const char *args) if (pid == 0) { ssh_signal(SIGPIPE, SIG_DFL); debug3("Executing %s -c \"%s\"", shell, args); |