commit bash-20190201 snapshot

This commit is contained in:
Chet Ramey
2019-02-04 08:55:56 -05:00
parent 8a9718cfc9
commit 38f8cb6930
4 changed files with 25 additions and 4 deletions
+2 -2
View File
@@ -64,10 +64,10 @@ INTERNAL_GLOB_PATTERN_P (pattern)
{
p++;
bsquote = 1;
continue;
}
else if (*p == L('\0'))
else /* (*p == L('\0')) */
return 0;
continue;
}
return bsquote ? 2 : 0;