multicall: fix handling of -X options, closes #155
This commit is contained in:
parent
6175961880
commit
9467f85067
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ set_include_pattern(const char *opt_arg)
|
||||||
static void
|
static void
|
||||||
set_exclude_pattern(const char *opt_arg)
|
set_exclude_pattern(const char *opt_arg)
|
||||||
{
|
{
|
||||||
match_opts.include_pattern = opt_arg;
|
match_opts.exclude_pattern = opt_arg;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct if_option match_options[] = {
|
static struct if_option match_options[] = {
|
||||||
|
|
Loading…
Reference in a new issue