consider:
gpg --enable-special-filenames --output '-&5' --decrypt test.txt.asc 5>blah
this emits the text to stdout, and nothing gets written to the file "blah"
consider:
gpg --enable-special-filenames --output '-&5' --decrypt test.txt.asc 5>blah
this emits the text to stdout, and nothing gets written to the file "blah"
commit a5910e00ace882b8a17169faf4607163ab454af9 should fix that. Will go into
2.1.17.