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

some random changes

This commit is contained in:
Werner Koch 1998-10-25 19:00:01 +00:00
parent e309a875cb
commit 5ccb92591e
32 changed files with 3463 additions and 787 deletions

View file

@ -60,6 +60,10 @@ chdir () {
#}
have_hash_algo () {
../g10/gpgm --homedir . --version | grep "Hash:.*$1" >/dev/null
}
set -e
pgmname=`basename $0`
#trap cleanup SIGHUP SIGINT SIGQUIT