From d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 May 2007 01:17:53 +0000 Subject: *** no comment *** --- run_verify.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_verify.sh b/run_verify.sh index 0a9d2f31..600d6b2c 100755 --- a/run_verify.sh +++ b/run_verify.sh @@ -14,6 +14,9 @@ # later examination if desired. SRCDIR=$(dirname $0) +if [ -z "$SRCDIR" ]; then + SRCDIR=$(pwd) +fi if [ -n "$1" -a -d "$1" ]; then TMPDIR="$1" -- cgit v1.2.3