mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 07:00:49 +02:00
parse extended glob patterns in command substitutions in compatibility mode, even if extglob is not set
This commit is contained in:
+2
-2
@@ -523,7 +523,7 @@ restore_signal_mask (set)
|
||||
#ifdef DEBUG
|
||||
/* A debugging function that can be called from gdb, for instance. */
|
||||
void
|
||||
open_files ()
|
||||
open_files (void)
|
||||
{
|
||||
register int i;
|
||||
int f, fd_table_size;
|
||||
@@ -2265,7 +2265,7 @@ coproc_setvars (cp)
|
||||
{
|
||||
SHELL_VAR *v;
|
||||
char *namevar, *t;
|
||||
int l;
|
||||
size_t l;
|
||||
WORD_DESC w;
|
||||
#if defined (ARRAY_VARS)
|
||||
arrayind_t ind;
|
||||
|
||||
Reference in New Issue
Block a user