mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
commit bash-20161129 snapshot
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user