fix recogniation of IN token in for command nested within case command

This commit is contained in:
Chet Ramey
2024-04-15 10:11:38 -04:00
parent 136cdf8108
commit a06616a689
7 changed files with 88 additions and 12 deletions
+1
View File
@@ -215,6 +215,7 @@ typedef struct _sh_parser_state_t
int esacs_needed;
int expecting_in;
int incmd;
/* structures affecting the parser */
void *pushed_strings;