mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
a8209b001c
-- 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.
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
[ -x "$1" ] && exec $1 $2
|
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|