mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
fix for line numbers for nested function declarations; fix execve error for ENOENT
This commit is contained in:
@@ -846,6 +846,8 @@ fprintf(stderr, "extmatch: flags = %d\n", flags);
|
||||
case, we just want to compare the two as strings. */
|
||||
return (STRCOMPARE (p - 1, pe, s, se));
|
||||
|
||||
glob_recursion_depth++;
|
||||
|
||||
switch (xc)
|
||||
{
|
||||
case L('+'): /* match one or more occurrences */
|
||||
|
||||
Reference in New Issue
Block a user