*** no comment ***

This commit is contained in:
John Wiegley 2007-05-12 01:17:53 +00:00
parent 98627de278
commit d6fd98f309

View file

@ -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"