mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
fix for parameter length expressions for nameref variables expanding to invalid identifiers
This commit is contained in:
+4
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user