mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
c4663004d9
* runtest: and not anymore here.
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
[ -x "$1" ] && exec $1 $2
|
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|
|
|