summaryrefslogtreecommitdiff
path: root/Echolot/Conf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Echolot/Conf.pm')
-rw-r--r--Echolot/Conf.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm
index 3d57543..0ccd117 100644
--- a/Echolot/Conf.pm
+++ b/Echolot/Conf.pm
@@ -387,8 +387,7 @@ sub parse_cpunk_key($$$) {
for my $key (@pgp_keys) {
my ( $stdin_fh, $stdout_fh, $stderr_fh, $status_fh, $handles ) = Echolot::Tools::make_gpg_fds();
my $pid = $GnuPG->wrap_call(
- commands => [qw{--with-colons}],
- command_args => [qw{--no-options --no-secmem-warning --no-default-keyring --fast-list-mode}],
+ commands => [qw{--with-colons --no-options --no-secmem-warning --no-default-keyring --fast-list-mode}],
handles => $handles );
my ($stdout, $stderr, $status) = Echolot::Tools::readwrite_gpg($key, $stdin_fh, $stdout_fh, $stderr_fh, $status_fh);
waitpid $pid, 0;