commit bash-20161129 snapshot

This commit is contained in:
Chet Ramey
2016-12-05 09:45:14 -05:00
parent 1975c9b5fa
commit 731e5676a2
24 changed files with 581 additions and 600 deletions
+4 -1
View File
@@ -4114,7 +4114,10 @@ eof_error:
continue;
}
else
ch = peekc; /* fall through and continue XXX */
{
shell_ungetc (peekc); /* not a here-doc, start over */
continue;
}
}
else if MBTEST((tflags & LEX_CKCOMMENT) && (tflags & LEX_INCOMMENT) == 0 && ch == '#' && (((tflags & LEX_RESWDOK) && lex_rwlen == 0) || ((tflags & LEX_INWORD) && lex_wlen == 0)))
{