diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 09:54:43 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 09:54:43 -0400 |
commit | aeafd204305f1d426fd7aaa7b4a8510f04c35094 (patch) | |
tree | aa49d7d411e1a1f14933118f0ae8dda370da2b67 /src | |
parent | a38d8f8ad0a5531f3b1c28cc7bc248c965d0f8ad (diff) |
switched monkeysphere-ssh-proxycommand to #!/bin/bash, as it has become more complex.
Diffstat (limited to 'src')
-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 0e66e10..cc81020 100755 --- a/src/monkeysphere-ssh-proxycommand +++ b/src/monkeysphere-ssh-proxycommand @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # monkeysphere-ssh-proxycommand: MonkeySphere ssh ProxyCommand hook # |