From 7c76ffc000cc3b3ed66cfedca46ec46213593492 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Tue, 29 Jul 2008 00:23:37 -0700 Subject: [PATCH] fix bug in ssh-proxycommand. --- debian/changelog | 6 ++++++ src/monkeysphere-ssh-proxycommand | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 54160e9..78b5ca9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +monkeysphere (0.6-1) UNRELEASED; urgency=low + + * Fix bug in return on error of ssh-proxycommand. + + -- Jameson Graef Rollins Tue, 29 Jul 2008 00:23:24 -0700 + monkeysphere (0.5-1) experimental; urgency=low [ Daniel Kahn Gillmor ] diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand index 6d6d3c0..9ee205a 100755 --- a/src/monkeysphere-ssh-proxycommand +++ b/src/monkeysphere-ssh-proxycommand @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh # monkeysphere-ssh-proxycommand: MonkeySphere ssh ProxyCommand hook # -- 2.34.1