commit bash-20201214 snapshot

This commit is contained in:
Chet Ramey
2020-12-18 15:27:28 -05:00
parent 11262b0b72
commit 975643bb2b
25 changed files with 676 additions and 976 deletions
+2 -2
View File
@@ -4531,7 +4531,7 @@ xparse_dolparen (base, string, indp, flags)
/*(*/
if (ep[-1] != ')')
{
#if DEBUG
#if 0
if (ep[-1] != '\n')
itrace("xparse_dolparen:%d: ep[-1] != RPAREN (%d), ep = `%s'", line_number, ep[-1], ep);
#endif
@@ -4543,7 +4543,7 @@ xparse_dolparen (base, string, indp, flags)
*indp = ep - base - 1;
/*((*/
#if DEBUG
#if 0
if (base[*indp] != ')')
itrace("xparse_dolparen:%d: base[%d] != RPAREN (%d), base = `%s'", line_number, *indp, base[*indp], base);
if (*indp < orig_ind)