diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-12 01:17:53 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:48 -0400 |
commit | d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8 (patch) | |
tree | cda698dfd9cc6d8264d0570df1358dd735a60357 | |
parent | 98627de278c85a240bd2511c18331de1cf462d9d (diff) | |
download | fork-ledger-d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8.tar.gz fork-ledger-d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8.tar.bz2 fork-ledger-d6fd98f30969c8a5cc3829960c91bdcbae0b7ed8.zip |
*** no comment ***
-rwxr-xr-x | run_verify.sh | 3 |
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" |