Run the source-file pattern through glob(3).

This commit is contained in:
nicm
2017-01-09 19:27:00 +00:00
parent c05002b0f2
commit 5330a2a85d
4 changed files with 28 additions and 17 deletions

10
cfg.c
View File

@ -28,11 +28,11 @@
#include "tmux.h"
char *cfg_file;
int cfg_finished;
static char **cfg_causes;
static u_int cfg_ncauses;
struct client *cfg_client;
char *cfg_file;
int cfg_finished;
static char **cfg_causes;
static u_int cfg_ncauses;
struct client *cfg_client;
static enum cmd_retval
cfg_done(__unused struct cmdq_item *item, __unused void *data)