diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | src/monkeysphere-ssh-proxycommand | 2 |
2 files changed, 7 insertions, 1 deletions
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 <jrollins@phys.columbia.edu> 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 # |