On 12/13/21 2:36 AM, Oğuz wrote:
> To reproduce:
> 
>   $ a=()
>   $ echo ${a[42]=foo}
>   Desktop Documents Downloads mpv-shot0001.jpg Music Pictures Public
> Videos VirtualBox VMs
>   $ declare -p a
>   declare -a a=([42]="foo")
> 
> or
> 
>   $ declare -A a
>   $ echo ${a[foo]=bar}
>   P�ϝU
>   $ declare -p a
>   declare -A a=([foo]="bar" )

Thanks for the report.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to