Re: Unclosed quotes on heredoc mode

2021-11-23 Thread Chet Ramey
On 11/20/21 5:54 PM, Robert Elz wrote: Date:Sat, 20 Nov 2021 15:19:33 -0500 | How about this. You show me examples where bash (devel bash) does what you | think is the wrong thing, and we agree it's a bug, I'll fix it. I'll run our tests against the newest (released) bash (

Re: Unclosed quotes on heredoc mode

2021-11-23 Thread Alex fxmbsw7 Ratchev
in stacked up heredocs on one line, one has just to think programmical serial... the bash is tilleof parser data gather mode { printf %s\\n "$(

Re: Unclosed quotes on heredoc mode

2021-11-23 Thread Martijn Dekker
Op 20-11-21 om 23:54 schreef Robert Elz: What the devel one does is unknown to me, I don't think I even have the means to obtain it (I have nothing at all git related, and no interest in changing that state of affairs). Github allows downloading a gzipped tarball of any branch's current state

Re: Unclosed quotes on heredoc mode

2021-11-23 Thread David
On Wed, 24 Nov 2021 at 14:36, Martijn Dekker wrote: > There's a regularly updated mirror of the bash repo here: > https://github.com/bminor/bash/ Or if you care about software freedom you might prefer: https://git.savannah.gnu.org/cgit/bash.git

Re: Unclosed quotes on heredoc mode

2021-11-23 Thread Lawrence Velázquez
On Tue, Nov 23, 2021, at 10:35 PM, Martijn Dekker wrote: > Op 20-11-21 om 23:54 schreef Robert Elz: >> What the devel one does is unknown to me, I don't think I even have >> the means to obtain it (I have nothing at all git related, and no interest >> in changing that state of affairs). > > Github