Re: Fwd: Bash Error

2019-01-28 Thread Chet Ramey
On 1/28/19 4:20 AM, Milad Ghalamboran wrote: > Dear Administrator, > Would you please assist me to solve this problem, which is shown in the > attached picture, it occurred during installing Toolchain of ESPtool. > [image: Screenshot from 2019-01-28 00-36-51.png] This is not a bash bug. Configure

Re: Fwd: Bash Error

2019-01-28 Thread Milad Ghalamboran
Ok, I'll check it out. Thanks for your response. On Mon, 28 Jan 2019 19:34 Chet Ramey On 1/28/19 4:20 AM, Milad Ghalamboran wrote: > > Dear Administrator, > > Would you please assist me to solve this problem, which is shown in the > > attached picture, it occurred during installing Toolchain of E

Re: bash-5.0: problem with variable scoping in posix-mode

2019-01-28 Thread Martijn Dekker
Op 27-01-19 om 22:59 schreef Chet Ramey: > This is a consequence of a combination of two POSIX features. First, POSIX > requires assignment statements preceding special builtins to create global > variables (POSIX has no local variables) that persist in the shell context > after the special builtin