summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-11 23:16:59 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-11 23:16:59 -0400
commit7e1ee1c6206e8e73744e8f876a967e5b82db4025 (patch)
tree0df0d7df463a269d881b1d5b3b8999e2fd359b4d /src
parent0c63107a90d9fcb43f78fdd47c041c35ac4599df (diff)
fixing the shebang line for portability.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/monkeysphere2
-rwxr-xr-xsrc/monkeysphere-server2
-rwxr-xr-xsrc/monkeysphere-ssh-proxycommand2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index e8ca9e2..512d608 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# monkeysphere: MonkeySphere client tool
#
diff --git a/src/monkeysphere-server b/src/monkeysphere-server
index 8139387..4cda008 100755
--- a/src/monkeysphere-server
+++ b/src/monkeysphere-server
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# monkeysphere-server: MonkeySphere server admin tool
#
diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand
index a7b87ca..6276092 100755
--- a/src/monkeysphere-ssh-proxycommand
+++ b/src/monkeysphere-ssh-proxycommand
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# monkeysphere-ssh-proxycommand: MonkeySphere ssh ProxyCommand hook
#