bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrong variable name in error message about unbound variable?


From: Zachary Santer
Subject: Re: wrong variable name in error message about unbound variable?
Date: Tue, 17 Oct 2023 08:43:55 -0400

On Tue, Oct 17, 2023 at 8:00 AM Greg Wooledge <greg@wooledge.org> wrote:

>     unicorn:~$ unset -v a b c array
>     unicorn:~$ a=b b=c c=42 array[a]=foo; declare -p array
>     declare -a array=([42]="foo")
>
What? What is Bash doing here? Dereferencing iteratively until it finds
something it can do arithmetic with?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]