]> git.draconx.ca Git - dxcommon.git/commitdiff
DX_C_ALIGNAS: Work around bash-5 parsing bug.
authorNick Bowler <nbowler@draconx.ca>
Thu, 11 Apr 2024 00:57:36 +0000 (20:57 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 11 Apr 2024 00:57:36 +0000 (20:57 -0400)
Apparently bash-5 and later versions fail to parse for loops with
a newline before the 'in' keyword, if that loop itself is in a case.
statement.

Previous versions of bash have no such problem, nor does any other
shell I've tried, but the workaround is simple enough.


No differences found