contrib/mverify: fix quoting

pull/82/head
Leah Neukirchen 6 years ago
parent 3ee9525824
commit 5f500a9134

@ -20,7 +20,7 @@ END {
exit(100)
} else if (type == "application/pgp-signature") {
exit(system("mshow -r -O " q(msg) " " q(content) \
" | sed '/ $/!s/$/ /' | " \
" | sed \"/ $/!s/$/ /\" | " \
" { mshow -O " q(msg) " " q(signature) \
" | gpg --verify - /dev/fd/3; } 3<&0"))
} else if (type == "application/pkcs7-signature") {

Loading…
Cancel
Save