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
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
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
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
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
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