1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +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

@ -42,7 +42,7 @@ SCRATCH="scratch.$$.tmp"
MYTIME="20080508T120000"
if [ "$GNUPGHOME" != "`pwd`" ]; then
if [ "$GNUPGHOME" != "`/bin/pwd`" ]; then
echo "inittests: please set GNUPGHOME to the tests/pkits directory" >&2
exit 1
fi