Skip to content

Do not hard-code the path to gpg.

Todd Miller requested to merge millertc/debsigs:no_gpg_path into master

There's no need to do this as perl will use execvp() which searches PATH. Currently, the code uses "/usr/bin/gpg" for some operations but simply "gpg" for signing.

Merge request reports