summaryrefslogtreecommitdiff
path: root/rebind
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-03-26 15:27:08 -0500
committerJoel Martin <github@martintribe.org>2011-03-26 15:27:08 -0500
commit8765971e06f244a2d529a36267ea372090c49ab8 (patch)
treee5d256b3141aadf9640ea88cad465cd7c59ac0f1 /rebind
parent7534574a2f75b454ec21b20673b0b7fef09b47fc (diff)
downloadwebsockify-8765971e06f244a2d529a36267ea372090c49ab8.tar.gz
Use /usr/bin/env shebang to make more crossplatform.
Based on noVNC pull request from Decorum.
Diffstat (limited to 'rebind')
-rwxr-xr-xrebind2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebind b/rebind
index 6912d20..2289aaa 100755
--- a/rebind
+++ b/rebind
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
usage() {
echo "Usage: $(basename $0) OLD_PORT NEW_PORT COMMAND_LINE"