summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------gnulib0
-rw-r--r--src/main.c3
2 files changed, 2 insertions, 1 deletions
diff --git a/gnulib b/gnulib
-Subproject 602e3e6b709592f883ebb7bf58df1f955ea4b8f
+Subproject 6207255863f1fb5172ead8b03cda5e4b0b7336a
diff --git a/src/main.c b/src/main.c
index e5bf50f2..fe4e1014 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2066,7 +2066,8 @@ main (int argc, char **argv)
case INCLUDE_OPTION:
if (!included_patterns)
included_patterns = new_exclude ();
- add_exclude (included_patterns, optarg, EXCLUDE_INCLUDE);
+ add_exclude (included_patterns, optarg,
+ EXCLUDE_WILDCARDS | EXCLUDE_INCLUDE);
break;
case GROUP_SEPARATOR_OPTION: