From b871cdf64bc6ee3956fbec8b611588f417eae52f Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Fri, 12 Jun 2009 12:16:53 -0400 Subject: Remove bashism from torify script Signed-off-by: Marcus Griep --- contrib/torify.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/torify.in b/contrib/torify.in index 6b1e440dc..5bf7d4dbc 100755 --- a/contrib/torify.in +++ b/contrib/torify.in @@ -52,7 +52,7 @@ then shift 1 fi -if [ "$PROG" == "$TSOCKS" ] +if [ "$PROG" = "$TSOCKS" ] then # Define our tsocks config file TSOCKS_CONF_FILE="/etc/tor/tor-tsocks.conf" @@ -70,7 +70,7 @@ then exit 1 fi fi -if [ "$PROG" == "$TORSOCKS" ] +if [ "$PROG" = "$TORSOCKS" ] then exec torsocks "$@" fi -- cgit v1.2.3