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:
parent
e240750936
commit
cccda0c269
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue