mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
changes to handling of "." and ".." when dotglob is enabled; other minor changes
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user