gen-strtab.awk: Work around ULTRIX 4.5 nawk bug.
commitfc5c05ddd181ed915349573d909c50f659996a6c
authorNick Bowler <nbowler@draconx.ca>
Mon, 18 Nov 2024 02:49:22 +0000 (17 21:49 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 18 Nov 2024 02:54:58 +0000 (17 21:54 -0500)
tree4c2dabbb18bddb325a19120ffb60b01fa53fbb28
parent31f6e542b5175183eda43d7ccd21e728d5f1001a
gen-strtab.awk: Work around ULTRIX 4.5 nawk bug.

ULTRIX 4.5 nawk does not properly convert strings to boolean in some
contexts.  We already have some workarounds for this but it also occurs
when a string is used as the operand of the ! operator, an occurence
of which was recently added.
scripts/gen-strtab.awk