Re: [PATCH] fix build with --disable-array-vars

2022-09-30 Thread Emanuele Torre
oops, sorry. ignore this email. On 30/09/2022, Emanuele Torre wrote: > --- > execute_cmd.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/execute_cmd.c b/execute_cmd.c > index d0d1dd31..4d0fdcf7 100644 > --- a/execute_cmd.c > +++ b/execute_cmd.c > @@ -3901,7 +39

[PATCH] fix build with --disable-array-vars

2022-09-30 Thread Emanuele Torre
--- execute_cmd.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/execute_cmd.c b/execute_cmd.c index d0d1dd31..4d0fdcf7 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -3901,7 +3901,10 @@ execute_cond_node (cond) } else if (cond->type == COND_UNARY) { -

Re: [PATCH] fix build with --disable-array-vars

2022-08-17 Thread Chet Ramey
On 8/17/22 11:30 AM, Emanuele Torre wrote: --- execute_cmd.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) Thanks for the report. This doesn't come up in a minimal build because it's inside the conditional command code, which is not enabled in a minimal config. -- ``The lyf

[PATCH] fix build with --disable-array-vars

2022-08-17 Thread Emanuele Torre
--- execute_cmd.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/execute_cmd.c b/execute_cmd.c index d0d1dd31..4d0fdcf7 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -3901,7 +3901,10 @@ execute_cond_node (cond) } else if (cond->type == COND_UNARY) { -