summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-07-29 00:23:37 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-07-29 00:23:37 -0700
commit7c76ffc000cc3b3ed66cfedca46ec46213593492 (patch)
tree4719ce460d78c12692d133295f50e36f2f9c6541
parent53a6243e133f286ca72edb9d732bfc2a9e54eaa0 (diff)
fix bug in ssh-proxycommand.
-rw-r--r--debian/changelog6
-rwxr-xr-xsrc/monkeysphere-ssh-proxycommand2
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
#