mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
#!/bin/sh
|
||
|
unset GPG_AGENT_INFO
|
||
|
[ -x "$1" ] && exec "$1"
|
||
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|
||
|
|