]> git.draconx.ca Git - cdecl99.git/commitdiff
Use awk over printf when generating atlocal.
authorNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 03:57:38 +0000 (22:57 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 05:24:26 +0000 (00:24 -0500)
We use awk extensively already and it will do the job here.  SVr4
printf does not implement the POSIX behaviour of repeating the output
when there are more arguments than needed for the given format string.


No differences found