On Wed, 14 Dec 2022, 16:09 Chet Ramey, <chet.ra...@case.edu> wrote: > On 12/13/22 12:42 PM, Norbert Lange wrote: > > > Bash Version: 5.2 > > Patch Level: 2 > > Release Status: release > > > > Description: > > Parameter expansion within heredocs fails. > > > > The code below works with other shells aswell as bash 5.1 > > Thanks for the report. It's an off-by-one error that is specific to command > substitution within parameter expansion in a here-document line. Here's a > patch. > > Chet > > -- > ``The lyf so short, the craft so long to lerne.'' - Chaucer > ``Ars longa, vita brevis'' - Hippocrates > Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/
Hello, Are you waiting for feedback for the patch? This bug can break scripts completely or change them silently, so I'd guess there should be a new Patch-Release soon. Regards, Norbert