[bug #65638] Make error: two or more data types in declaration specifiers

2024-04-24 Thread anonymous
URL: Summary: Make error: two or more data types in declaration specifiers Group: The GNU Bourne-Again SHell Submitter: None Submitted: Wed 24 Apr 2024 07:32:32 PM UTC Categor

Re: 5.3-alpha: less readable output when set -x

2024-04-24 Thread Chet Ramey
On 4/24/24 11:34 AM, baldu...@units.it wrote: Note the difference in how the argument to the function is output. In the case of bash-5.3-alpha the syntax of the argument is correct (ie if I call the show function with $'\n1\n2\n3\n' everything works as expected), but is less readable (and this

Re: 5.3-alpha: less readable output when set -x

2024-04-24 Thread Grisha Levit
On Wed, Apr 24, 2024 at 11:35 AM wrote: > > hello > > Apologies if I am missing some blatant point here > > I have noticed a difference in behavior of bash-5.2.26 and > bash-5.3-alpha which isn't a problem of correctness, but may be wasn't > intentional(?) This is from https://lists.gnu.org/archi

Re: 5.3-alpha: less readable output when set -x

2024-04-24 Thread Kerin Millar
On Wed, 24 Apr 2024, at 4:34 PM, baldu...@units.it wrote: > hello > > Apologies if I am missing some blatant point here > > I have noticed a difference in behavior of bash-5.2.26 and > bash-5.3-alpha which isn't a problem of correctness, but may be wasn't > intentional(?) > > Given the scriptlett:

5.3-alpha: less readable output when set -x

2024-04-24 Thread balducci
hello Apologies if I am missing some blatant point here I have noticed a difference in behavior of bash-5.2.26 and bash-5.3-alpha which isn't a problem of correctness, but may be wasn't intentional(?) Given the scriptlett: 8< #!/bin/sh set -x show () { cat < ./scriptlett.sh