Bash-4.1 distribution source
This commit is contained in:
@@ -52,7 +52,7 @@ typedef int posix_glob_errfunc_t __P((const char *, int));
|
||||
int glob_dot_filenames;
|
||||
|
||||
/* Control whether the extended globbing features are enabled. */
|
||||
int extended_glob = 0;
|
||||
int extended_glob = EXTGLOB_DEFAULT;
|
||||
|
||||
/* Control enabling special handling of `**' */
|
||||
int glob_star = 0;
|
||||
|
||||
Reference in New Issue
Block a user