summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-12 01:17:53 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:48 -0400
commitd6fd98f30969c8a5cc3829960c91bdcbae0b7ed8 (patch)
treecda698dfd9cc6d8264d0570df1358dd735a60357
parent98627de278c85a240bd2511c18331de1cf462d9d (diff)
downloadfork-ledger-d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8.tar.gz
fork-ledger-d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8.tar.bz2
fork-ledger-d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8.zip
*** no comment ***
-rwxr-xr-xrun_verify.sh3
1 files changed, 3 insertions, 0 deletions
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"