]> git.draconx.ca Git - dxcommon.git/commitdiff
Avoid nonportable ${x%%y} substitutions in DX_LINGUAS.
authorNick Bowler <nbowler@draconx.ca>
Tue, 9 Mar 2021 01:39:09 +0000 (20:39 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 9 Mar 2021 03:35:25 +0000 (22:35 -0500)
Using ${x%%y} substitutions is not portable: in particular it is
not supported by Solaris /bin/sh (or heirloom-sh).  Let's use a
more portable construct instead.


No differences found