1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fix bug 1001.

Documentation updates.
This commit is contained in:
Werner Koch 2009-02-19 16:19:16 +00:00
parent 943f783de7
commit 310f45b618
9 changed files with 32 additions and 9 deletions

View file

@ -51,7 +51,7 @@ if [ "$1" = "--clean" ]; then
exit 0
fi
if [ "$GNUPGHOME" != "`pwd`" ]; then
if [ "$GNUPGHOME" != "`/bin/pwd`" ]; then
echo "inittests: please set GNUPGHOME to the test directory" >&2
exit 1
fi