diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-29 00:23:37 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-29 00:23:37 -0700 |
commit | 7c76ffc000cc3b3ed66cfedca46ec46213593492 (patch) | |
tree | 4719ce460d78c12692d133295f50e36f2f9c6541 /src/monkeysphere-ssh-proxycommand | |
parent | 53a6243e133f286ca72edb9d732bfc2a9e54eaa0 (diff) |
fix bug in ssh-proxycommand.
Diffstat (limited to 'src/monkeysphere-ssh-proxycommand')
-rwxr-xr-x | src/monkeysphere-ssh-proxycommand | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |