From 0551f688f69419d82dae8a5692e1348d9da2a719 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Apr 2003 19:27:50 +0000 Subject: Made scripts mor portable (run on SunOS 5.6 now). --- src/testsuite/stress-server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testsuite/stress-server.sh') diff --git a/src/testsuite/stress-server.sh b/src/testsuite/stress-server.sh index f9364462..51e56da1 100755 --- a/src/testsuite/stress-server.sh +++ b/src/testsuite/stress-server.sh @@ -1,10 +1,10 @@ #!/bin/sh # ngIRCd Test Suite -# $Id: stress-server.sh,v 1.6 2002/09/23 22:07:43 alex Exp $ +# $Id: stress-server.sh,v 1.7 2003/04/22 19:27:50 alex Exp $ [ -z "$srcdir" ] && srcdir=`dirname $0` -[ $1 -gt 0 ] 2> /dev/null && CLIENTS=$1 || CLIENTS=5 +[ "$1" -gt 0 ] 2> /dev/null && CLIENTS="$1" || CLIENTS=5 name=`basename $0` test=`echo ${name} | cut -d '.' -f 1` -- cgit 1.4.1