Re: is it a bug

2020-11-15 Thread Dale R. Worley
Alex fxmbsw7 Ratchev writes: > i code shortened coding codings, or at least wish to > here in my x7yz control script i '. -- +al' a ./+al file which then > [...] > any ideas ? This is *really* hard to understand. None of the names of files, variables, or functions describes what they are intende

Re: Variable with the same name can't be declared in the local scope if the global one is declared read-only

2020-11-15 Thread 林博仁Buo-ren , Lin
Thanks for your information, I do recognize the fact after researching further regarding this issue, I should probably do it beforehand, I guess. Cheers, 林博仁(Buo-ren, Lin)

Re: Variable with the same name can't be declared in the local scope if the global one is declared read-only

2020-11-15 Thread Lawrence Velázquez
Hi, > On Nov 15, 2020, at 4:20 AM, 林博仁Buo-ren, Lin wrote: > > ## Current behavior > > ``` > $ LANG=C ./depict-the-variable-shadowing-phenomenon.bash > ./depict-the-variable-shadowing-phenomenon.bash: line 11: > local: variable_shadowed: readonly variable > ``` > >

Variable with the same name can't be declared in the local scope if the global one is declared read-only

2020-11-15 Thread 林博仁Buo-ren , Lin
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-a6qmCk/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parent heses -Wno-format-security uname ou