diff options
author | Werner Koch <wk@gnupg.org> | 2006-11-11 15:17:09 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-11-11 15:17:09 +0100 |
commit | b5a8d7d26847d675623b348ffef07e0822a9b93a (patch) | |
tree | d5167290e99b09d3422e009ae28a04d85e0c1b85 /tools/mail-signed-keys | |
parent | Fixed that nasty 64 bit but. (diff) | |
download | gnupg2-b5a8d7d26847d675623b348ffef07e0822a9b93a.tar.xz gnupg2-b5a8d7d26847d675623b348ffef07e0822a9b93a.zip |
.
Diffstat (limited to 'tools/mail-signed-keys')
-rwxr-xr-x | tools/mail-signed-keys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mail-signed-keys b/tools/mail-signed-keys index 80fbb3481..757d7af56 100755 --- a/tools/mail-signed-keys +++ b/tools/mail-signed-keys @@ -9,7 +9,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# FIXME: Add --dry-run, use only valid email addreses, extract only given keys +# FIXME: Use only valid email addreses, extract only given keys dryrun=0 if [ "$1" = "--dry-run" ]; then |