]> git.draconx.ca Git - dxcommon.git/commit
gen-options.awk: Don't pass ERE to split().
authorNick Bowler <nbowler@draconx.ca>
Sun, 3 Dec 2023 05:52:53 +0000 (00:52 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 3 Dec 2023 06:07:52 +0000 (01:07 -0500)
commitc2851601e2026f36593e985d302def59eba26c17
treeef0e0c03806db0e82e40e8a5bf79177702af2fbc
parente0eee379d3bce3e3629175d4a214439da630c1ed
gen-options.awk: Don't pass ERE to split().

Strange behaviour is observed on ULTRIX 4.5 nawk when passing a
literal ERE as the fs argument to the split function.  There is
no problem passing an equivalent string instead.
scripts/gen-options.awk