changes to handling of "." and ".." when dotglob is enabled; other minor changes

This commit is contained in:
Chet Ramey
2021-06-15 15:07:40 -04:00
parent 6e11792d93
commit da43077c47
20 changed files with 2413 additions and 2170 deletions
+1
View File
@@ -178,6 +178,7 @@ typedef struct _sh_parser_state_t
/* input line state -- line number saved elsewhere */
int input_line_terminator;
int eof_encountered;
int eol_lookahead;
#if defined (HANDLE_MULTIBYTE)
/* Nothing right now for multibyte state, but might want something later. */