Re: IFS delimiter field separation issues

2025-01-08 Thread Lawrence Velázquez
On Wed, Jan 8, 2025, at 1:25 PM, Jeff Ketchum wrote: > I ran into a strange bug using newer versions of bash, I haven't isolated > it to a specific release. It looks like 5.0 introduced the problem. > In using unicode group separator character U 241D, > https://www.compart.com/en/unicode/U+241D,

Re: [Assignements to variables with integer attribute are expanded recursively]

2025-01-08 Thread Andreas Kähäri
Je Wed, Jan 08, 2025 at 08:01:23PM +0100, joergboe--- via Bug reports for the GNU Bourne Again SHell skribis: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=

[Assignements to variables with integer attribute are expanded recursively]

2025-01-08 Thread joergboe--- via Bug reports for the GNU Bourne Again SHell
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -f

IFS delimiter field separation issues

2025-01-08 Thread Jeff Ketchum
I ran into a strange bug using newer versions of bash, I haven't isolated it to a specific release. OS1: Oracle Enterprise linux 9,4 bash 5.1.8(1) OS2: Gentoo linux bash version 5.2.37 older bash: OS3: centos linux 7.9 bash 4.2.46(2) In using unicode group separator character U 241D, https://www.

Re: SHELLOPTS environment variable causes shell options to cascade

2025-01-08 Thread Chet Ramey
On 1/7/25 11:53 PM, Oğuz wrote: A reminder that options enabled by the set command are inherited by child shells when SHELLOPTS is exported A sentence saying this is reasonable, if redundant. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita br