Re: bug ? ./configure in bash.git.devel ran twice

2021-10-09 Thread Alex fxmbsw7 Ratchev
it may be an unfinished merging from git case i report it cause i never seen it ago and saw it as a bug / error i did fresh checkout, again, never seen it ago so On Sun, Oct 10, 2021, 02:19 Dominique Martinet wrote: > Alex fxmbsw7 Ratchev wrote on Sun, Oct 10, 2021 at 02:07:34AM +0200: > > i cl

Re: bug ? ./configure in bash.git.devel ran twice

2021-10-09 Thread Dominique Martinet
Alex fxmbsw7 Ratchev wrote on Sun, Oct 10, 2021 at 02:07:34AM +0200: > i cloned, modded config top to coprocs 1 and ran ./configure, that finished > then i ran make -j 8 but it ran configure on cd && autoconf > first make output line, then it gcc ed it > i dunno i report cause i see unusual behavi

bug ? ./configure in bash.git.devel ran twice

2021-10-09 Thread Alex fxmbsw7 Ratchev
i cloned, modded config top to coprocs 1 and ran ./configure, that finished then i ran make -j 8 but it ran configure on cd && autoconf first make output line, then it gcc ed it i dunno i report cause i see unusual behavior of that configure ran twiced

Re: Incorrect LINENO with exported nested functions with loops

2021-10-09 Thread Chet Ramey
On 10/7/21 5:06 PM, Tom Coleman wrote: You are correct that FOR loops increment the word_top variable in the read_token_word function, but, ARITH_FOR_EXPRS loops do not. They are treated separately and do not increment the word_top variable from what I can see. #define FOR 265 #define ARITH_F

Re: Misleading error when attempting to run foreign executable

2021-10-09 Thread Alex fxmbsw7 Ratchev
id apprechiate such a fmt update thanks On Fri, Oct 8, 2021, 17:44 Chet Ramey wrote: > On 10/4/21 10:06 AM, Ilkka Virta wrote: > > On Mon, Oct 4, 2021 at 4:46 PM Chet Ramey > > wrote: > > > > Bash reports the error it gets back from execve. In this case, it's > >