]> git.draconx.ca Git - cdecl99.git/commit
cdecl99: Fix "help" command on ULTRIX.
authorNick Bowler <nbowler@draconx.ca>
Thu, 7 Dec 2023 02:12:04 +0000 (21:12 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 7 Dec 2023 02:12:04 +0000 (21:12 -0500)
commit5fc35dc076078b9710d86b47c53f4315edd3cd82
treee590e4546c0279713be312e10bae3a1d3a2c9399
parent8724637093324f6fcadca663c97cad8b6e6ef61a
cdecl99: Fix "help" command on ULTRIX.

ULTRIX 4.5 nawk does not always interpret a nonempty string as "true",
so install a workaround to the gen-cmdlist.awk script for this issue.

And fix the test suite which purports to test this command but failed
to notice that no useful help was printed.
src/gen-cmdlist.awk
tests/general.at