commit bash-20190619 snapshot

This commit is contained in:
Chet Ramey
2019-06-21 09:27:56 -04:00
parent 55efd63c03
commit 48492ffae2
15 changed files with 94 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 1991-2017 Free Software Foundation, Inc.
/* Copyright (C) 1991-2019 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -70,7 +70,7 @@ INTERNAL_GLOB_PATTERN_P (pattern)
return 0;
}
return bsquote ? 2 : 0;
return ((bsquote && posix_glob_backslash) ? 2 : 0);
}
#undef INTERNAL_GLOB_PATTERN_P