[Pgp-tools-commit] r116 - trunk/caff
Peter Palfrader
weasel at costa.debian.org
Wed Jul 6 11:41:31 UTC 2005
Author: weasel
Date: 2005-07-06 11:41:31 +0000 (Wed, 06 Jul 2005)
New Revision: 116
Modified:
trunk/caff/caff
Log:
Remove save from commands in gpg --edit for sign
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2005-07-06 11:38:55 UTC (rev 115)
+++ trunk/caff/caff 2005-07-06 11:41:31 UTC (rev 116)
@@ -825,7 +825,6 @@
push @command, split ' ', $CONFIG{'gpg-sign-args'} || "";
push @command, '--edit', $keyid;
push @command, 'sign';
- push @command, 'save';
print join(' ', @command),"\n";
system (@command);
};
More information about the Pgp-tools-commit
mailing list