]> git.draconx.ca Git - dxcommon.git/commitdiff
gen-strtab.awk: Work around HP-UX shell bug in test case.
authorNick Bowler <nbowler@draconx.ca>
Fri, 17 Nov 2023 08:03:42 +0000 (03:03 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 21:39:56 +0000 (16:39 -0500)
On HP-UX /bin/sh, redirections on "read" in a subshell can drop some
input on the floor.  Since Autotest runs many things in subshells, we
hit this when trying to construct the program to dump the string table.

Rearranging the code to use only a single redirection works around
the problem.


No differences found