[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: internal error
From: |
Frank Heckenbach |
Subject: |
Re: internal error |
Date: |
Mon, 12 Feb 2024 18:02:24 +0100 |
> On 2/10/24 9:41 PM, Frank Heckenbach wrote:
> > % ./bash -c "set -e; f() { eval false; }; f"
> > ./bash: line 1: pop_var_context: head of shell_variables not a function
> > context
> >
> > Might be related to
> > https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00073.html,
> > but still present in 5.2.21.
>
> Thanks, it's the same (cosmetic) issue.
It's not cosmetic to the user who doesn't know if it indicates a
real problem, if the script will continue to work correctly etc.
Viele Grüße,
Frank