Re: Bash 5.2 breaks our Arch Linux devtools

2023-02-16 Thread Chet Ramey
On 2/15/23 8:29 AM, Tobias Powalowski via Bug reports for the GNU Bourne Again SHell wrote: Bash Version: 5.1 Patch Level: 16 Release Status: release Description: Hi, latest 5.2.x seems to have introduced a change in shopt extglob: https://gitlab.archlinux.org/archlinux/devtools/-/merge_reques

Re: Bash 5.2 breaks our Arch Linux devtools

2023-02-15 Thread Koichi Murase
2023年2月16日(木) 0:03 Tobias Powalowski via Bug reports for the GNU Bourne Again SHell : > Description: > latest 5.2.x seems to have introduced a change in shopt extglob: > https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/133 > I'm not sure if my proposed fix for this is correct or if

Re: Bash 5.2 breaks our Arch Linux devtools

2023-02-15 Thread Martin D Kealey
On Wed, 15 Feb 2023 at 23:29, Tobias Powalowski via Bug reports for the GNU Bourne Again SHell wrote: > Hi, > latest 5.2.x seems to have introduced a change in shopt extglob: > https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/133 > I'm not sure if my proposed fix for this is corre

Re: Bash 5.2 breaks our Arch Linux devtools

2023-02-15 Thread Greg Wooledge
On Wed, Feb 15, 2023 at 05:35:10PM +0100, Mike Jonkmans wrote: > I once had that same issue: > https://lists.gnu.org/archive/html/bug-bash/2015-10/msg00013.html > > Conclusion: the shopt is not yet working until the function has been run. > (or after the line has been parsed). Yes. This is not a

Re: Bash 5.2 breaks our Arch Linux devtools

2023-02-15 Thread alex xmb ratchev
On Wed, Feb 15, 2023, 5:36 PM Mike Jonkmans wrote: > On Wed, Feb 15, 2023 at 02:29:29PM +0100, Tobias Powalowski via Bug > reports for the GNU Bourne Again SHell wrote: > > I once had that same issue: > https://lists.gnu.org/archive/html/bug-bash/2015-10/msg00013.html > > Conclusion: the shopt

Re: Bash 5.2 breaks our Arch Linux devtools

2023-02-15 Thread Mike Jonkmans
On Wed, Feb 15, 2023 at 02:29:29PM +0100, Tobias Powalowski via Bug reports for the GNU Bourne Again SHell wrote: I once had that same issue: https://lists.gnu.org/archive/html/bug-bash/2015-10/msg00013.html Conclusion: the shopt is not yet working until the function has been run. (or after the