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

-- It does not make sense to have the cms stuff at the top level but the openpgp at a dedicated directory. This patch fixes that.
3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
[ -x "$1" ] && exec $1 $2
|
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|