]> git.draconx.ca Git - dxcommon.git/commit
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)
commit06991b16dda9f3dc3991f39599512a7e94260667
tree9a8c2752ffa5f409b4cc16eb3ce7f82e380c4be2
parentf8e7aaad8b528417e396cf07ca2995da8a1ee5eb
at-compat.at: Add patch to fix option parsing bug.

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'
snippet/at-compat.at