Re: bash 5.1 heredoc pipes problematic, shopt needed

2022-04-23 Thread Lawrence Velázquez
On Fri, Apr 22, 2022, at 9:51 AM, Sam Liddicott wrote: > Fix: > Please could we at least have a shopt to maintain the old behaviour? Perhaps BASH_COMPAT=5.0 could be extended to handle this. -- vq

Re: bash 5.1 heredoc pipes problematic, shopt needed

2022-04-23 Thread Dale R. Worley
Sam Liddicott writes: > Listed in the changes: > c. Here documents and here strings now use pipes for the expanded >document if it's smaller than the pipe buffer size, reverting >to temporary files if it's larger. > > This causes problems with many p