Re: pop_var_context msg when eval code with errexit set

2022-10-13 Thread Chet Ramey
On 10/12/22 10:25 AM, Chet Ramey wrote: Then run this test script with 'errexit' option set: $ ./bash -e test_script test_script: line 5: pop_var_context: head of shell_variables not a function context It's an internal message warning that something might be wrong. We'll see if

Re: pop_var_context msg when eval code with errexit set

2022-10-12 Thread Chet Ramey
On 10/12/22 12:58 AM, Xavier Delaruelle wrote: Bash Version: 5.2 Patch Level: 2 Release Status: release Description: Starting version 5.2, when evaluating bash code (with eval builtin command) with 'errexit' option set, a pop_var_context message appears if the evaluating code leads to an e