]> git.draconx.ca Git - dxcommon.git/commitdiff
gettext.mk: Rewrite rules with less forking.
authorNick Bowler <nbowler@draconx.ca>
Tue, 21 Nov 2023 05:20:26 +0000 (00:20 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 21 Nov 2023 05:28:38 +0000 (00:28 -0500)
Use a pure shell solution to parse the .mo filenames instead
of forking out to expr, and don't use subshells with "set -x"
to print commands when we can almost as easily use plain echo.


No differences found