commit bash-20101022 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:08:43 -05:00
parent 048b249ea3
commit bf19c529dd
12 changed files with 62 additions and 117 deletions
+2 -2
View File
@@ -3165,7 +3165,7 @@ parse_matched_pair (qc, open, close, lenp, flags)
start_lineno = line_number;
while (count)
{
ch = shell_getc (qc != '\'' && (tflags & (LEX_PASSNEXT)) == 0);
ch = shell_getc (qc != '\'' && (tflags & LEX_PASSNEXT) == 0);
if (ch == EOF)
{
@@ -3434,7 +3434,7 @@ parse_comsub (qc, open, close, lenp, flags)
while (count)
{
comsub_readchar:
ch = shell_getc (qc != '\'' && (tflags & (LEX_INCOMMENT|LEX_PASSNEXT)) == 0);
ch = shell_getc (qc != '\'' && (tflags & LEX_PASSNEXT) == 0);
if (ch == EOF)
{