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:
parent
e309a875cb
commit
5ccb92591e
32 changed files with 3463 additions and 787 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue