]> git.draconx.ca Git - cdecl99.git/commit
Fix gen-typegen.awk incompatibility with busybox awk.
authorNick Bowler <nbowler@draconx.ca>
Fri, 18 Feb 2022 22:15:34 +0000 (17:15 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 19 Feb 2022 23:23:48 +0000 (18:23 -0500)
commit59c178a65021036c13ddd6bb2eaad18db071f4e9
tree63d59725197ab4f1092b559842c498976f207a78
parenta5676c4a2d61a6732e0b144e45339d0e666c2f20
Fix gen-typegen.awk incompatibility with busybox awk.

It seems that busybox awk does not support * in printf conversions.
There is only one use of this feature in the scripts and we can use
the substr function instead.
test/gen-typegen.awk