]> git.draconx.ca Git - dxcommon.git/commit
help_print_optstring: Fix NLS test on AIX.
authorNick Bowler <nbowler@draconx.ca>
Tue, 2 Jan 2024 04:24:22 +0000 (23:24 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 2 Jan 2024 04:37:55 +0000 (23:37 -0500)
commit0393949d8c4e33ec7e0beb629eaa9858204c6ec7
tree030ff38d2d06bb2f4279ac17b9cde2a502232463
parent4a512788e60cda5b4bd5f3151cd2834c9b9f0b32
help_print_optstring: Fix NLS test on AIX.

AIX 7.2 awk does not support "-" as an argument to the -f option
to mean "read from standard input", contrary to POSIX.

Easy enough to work around.
tests/functions.at