aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Crama <pcfeb0009@gmx.com>2011-01-03 21:44:01 +0100
committerPhilippe Crama <pcfeb0009@gmx.com>2011-01-03 21:44:01 +0100
commit10378d81e2d2c9525f95febb1973ba7c8ad831a5 (patch)
tree0135fe9d18730df283ad29d245f11ff283f8bab3
parentbb0775c04379301d68f9724cbc367a62dfa1a87b (diff)
Absolute path to env is standardized -> make invocation portable
-rwxr-xr-xskype/t/irssi/livetest-irssi.sh2
-rwxr-xr-xskype/t/livetest-bitlbee.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/skype/t/irssi/livetest-irssi.sh b/skype/t/irssi/livetest-irssi.sh
index 349521a8..5fda613b 100755
--- a/skype/t/irssi/livetest-irssi.sh
+++ b/skype/t/irssi/livetest-irssi.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
ISCRIPT=$1
OPT=$2
diff --git a/skype/t/livetest-bitlbee.sh b/skype/t/livetest-bitlbee.sh
index dc2f9126..f0027d1c 100755
--- a/skype/t/livetest-bitlbee.sh
+++ b/skype/t/livetest-bitlbee.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
BITLBEE=$1
typeset -ix PORT=`echo $2 | egrep '^[0-9]{1,5}$'`
SCRIPT=$3