mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Tweaked the build system so that make distcheck finanly said Well
Done.
This commit is contained in:
parent
5b0ccaf949
commit
beb0fef1ee
8 changed files with 67 additions and 43 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
unset GPG_AGENT_INFO
|
||||
[ -x "$1" ] && exec "$1"
|
||||
[ -x "$1" ] && exec $1 $2
|
||||
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue