readline fix for do-lowercase-version; fix for reading here-documents from aliases

This commit is contained in:
Chet Ramey
2023-12-05 11:54:24 -05:00
parent d5ab50bc02
commit ba57a3e752
15 changed files with 171 additions and 12 deletions
+1
View File
@@ -103,6 +103,7 @@ extern int shell_eof_token;
extern int current_token;
extern int parser_state;
extern int need_here_doc;
extern int heredoc_string;
extern int ignoreeof;
extern int eof_encountered;