mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Arggg, forgot one other place.
This commit is contained in:
parent
e240750936
commit
cccda0c269
@ -1,5 +1,7 @@
|
||||
2009-03-03 Werner Koch <wk@g10code.com>
|
||||
|
||||
* inittests (clean_files): Use /bin/pwd here as well.
|
||||
|
||||
* Makefile.am (run-all-tests): Also use /bin/pwd here.
|
||||
|
||||
2009-02-19 Werner Koch <wk@g10code.com>
|
||||
|
@ -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…
x
Reference in New Issue
Block a user