The following shell script should give an error complaining about the a following the double quote, but it does not:
#!/bin/sh -- gpg --list-options 'show-sig-subpackets="100"a' /dev/null
The following shell script should give an error complaining about the a following the double quote, but it does not:
#!/bin/sh -- gpg --list-options 'show-sig-subpackets="100"a' /dev/null
Duplicate of T6021. Please don't create a new bug for one you already created (and which was marked as won'tfix).