1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Arggg, forgot one other place.

This commit is contained in:
Werner Koch 2009-03-03 09:47:48 +00:00
parent e240750936
commit cccda0c269
2 changed files with 3 additions and 1 deletions

View file

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