From: Jacob Bachmeyer Date: Wed, 16 Nov 2022 03:37:22 +0000 (-0600) Subject: Add detail when reporting inability to exec GPG X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7553315e851f005ba9a489e5e7ce570cd65fe478;p=gatekeeper.git Add detail when reporting inability to exec GPG --- diff --git a/gatekeeper.pl b/gatekeeper.pl index 85dd8cf..ee69758 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -946,7 +946,7 @@ sub _spawn_gpgv { open STDERR, '>&', $gpgv_output_sink or ftp_abort("ERR: set stderr: $!"); # Exec gpgv - exec { GPGV_BIN } @gpgv_args or ftp_abort("ERR: $!"); + exec { GPGV_BIN } @gpgv_args or ftp_abort("ERR: exec: $!"); } # The parent continues here...