Bash-4.3 patch 42

This commit is contained in:
Chet Ramey 2015-08-13 15:38:42 -04:00
commit ae339e9c3c
3 changed files with 5 additions and 1 deletions

View file

@ -3708,6 +3708,8 @@ eof_error:
/*itrace("parse_comsub:%d: lex_inword -> 1 ch = `%c' (%d)", line_number, ch, __LINE__);*/
tflags |= LEX_INWORD;
lex_wlen = 0;
if (tflags & LEX_RESWDOK)
lex_rwlen = 0;
}
}