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:
parent
943f783de7
commit
310f45b618
9 changed files with 32 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue