]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - pathexp.c
Bash-4.1 distribution source
[thirdparty/bash.git] / pathexp.c
index ece200d3d18a04b8c646689a3cb626236171257a..851ab8fffbf7b8f29a9bcea1ea4a9050943bdaed 100644 (file)
--- a/pathexp.c
+++ b/pathexp.c
@@ -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;