Re: test arithmetic operators print a incorrect error message

2022-06-17 Thread Chet Ramey
On 6/15/22 2:25 PM, Emanuele Torre wrote: Bash Version: 5.1 Patch Level: 16 Release Status: release Description: test's arithmetic operatiors print an incorrect error message when one of operands is not an integer. It says "integer expression expected" even if it simply

Re: error messages for [[ don't include "[[: " when a DEBUG trap is present

2022-06-17 Thread Chet Ramey
On 6/15/22 1:52 PM, Emanuele Torre wrote: Bash Version: 5.1 Patch Level: 16 Release Status: release Description: When a DEBUG traps is present, error messages for `((' and `[[' commands don't contain "((: " or "[[: ". Thanks for the report. I'll fix this for the next devel bra

Re: builtin man page for wait omits information from SIGNALS

2022-06-17 Thread Chet Ramey
On 6/15/22 1:46 AM, AA via Bug reports for the GNU Bourne Again SHell wrote: Bash Version: 5.0 Patch Level: 17 Release Status: release Description: I've already submited a PR at https://github.com/gitGNU/gnu_bash/pulls but I'm not sure that's the right place. Thanks for the repor