Home GnuPG
Diffusion GnuPG 878b8bfdcc3a

gpgtar: Prefer --set-filename over implicit name

Description

gpgtar: Prefer --set-filename over implicit name

* tools/gpgtar-extract.c: Prefer opt.filename over filename
for the directory prefix.

If you would extract from stdin (filename -) and use set-filename
to provide a real filename the "-" would be used for the directory
name. With this change an explicit filename is prefered.

  • GnuPG-Bug-Id: T3500
  • Signed-off-by: Andre Heinecke <aheinecke@intevation.de>

Details

Provenance
aheineckeAuthored on Nov 15 2017, 9:54 AM
Parents
rG1faf8187f9f1: doc: fix NEWSIG documentation
Branches
Unknown
Tags
Unknown
Tasks
T3500: Gpgtar creates dirs named "-_1_" when decrypting from stdin