fix for parameter length expressions for nameref variables expanding to invalid identifiers

This commit is contained in:
Chet Ramey
2022-12-13 12:57:47 -05:00
parent 237c32ba16
commit 49918d90cd
12 changed files with 7024 additions and 5353 deletions
+4 -1
View File
@@ -3648,7 +3648,10 @@ execute_case_command (case_command)
free (pattern);
dispose_words (es);
CHECK_TERMSIG;
/* sm_loop.c:GMATCH returns failure on interrupt_state or
terminating_signal, so we check for those here. */
QUIT;
if (match)
{