]> git.draconx.ca Git - dxcommon.git/commitdiff
at-compat.at: Add patch to fix option parsing bug.
authorNick Bowler <nbowler@draconx.ca>
Sat, 23 Dec 2023 16:22:03 +0000 (11:22 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 23 Dec 2023 16:22:03 +0000 (11:22 -0500)
This fixes a bug in AT_ARG_OPTION_ARG where the two-argument form
does not work if the option name contains a hyphen:

  % ./testsuite --my-option val
  testsuite: error: invalid variable name: `--my_option'


No differences found