1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Some experimental support for other random gatheres

This commit is contained in:
Werner Koch 1998-11-25 11:55:58 +00:00
parent 2e494682b6
commit 71134011e3
17 changed files with 436 additions and 424 deletions

View file

@ -61,7 +61,12 @@ chdir () {
have_hash_algo () {
../g10/gpgm --homedir . --version | grep "Hash:.*$1" >/dev/null
if ../g10/gpgm --homedir . --version | grep "Hash:.*$1" >/dev/null
then
true
else
false
fi
}
set -e