mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
commit bash-20190201 snapshot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user