comparison tests/runtest @ 637:29dc68c949b0

Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 02 Oct 2008 03:25:46 +0200
parents c4e7003136ab
children 6aaa3d3c1183
comparison
equal deleted inserted replaced
636:9fb1f559d9e9 637:29dc68c949b0
1 #!/bin/bash 1 #!/bin/sh
2 2
3 # check for command line arguments 3 # check for command line arguments
4 if [ -z "$1" ] ; then 4 if [ -z "$1" ] ; then
5 echo "Usage: `basename $0` <test result file>" 5 echo "Usage: `basename $0` <test result file>"
6 exit 6 exit