mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
mverify: Cant - > cannot
- This works around the quoting problem inherent in using Can't and avoids using the incorrect Cant
This commit is contained in:
parent
3b51c5938a
commit
1fe89480d4
@ -26,7 +26,7 @@ END {
|
|||||||
exit(system("mshow -r -O " q(msg) " " q(signed) \
|
exit(system("mshow -r -O " q(msg) " " q(signed) \
|
||||||
" | openssl smime -verify"))
|
" | openssl smime -verify"))
|
||||||
} else {
|
} else {
|
||||||
print("Cant verify signatures of type " type ".")
|
print("Cannot verify signatures of type " type ".")
|
||||||
exit(2)
|
exit(2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user