Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-10-28 12:01:11 +00:00
19 changed files with 125 additions and 101 deletions

View File

@ -120,7 +120,7 @@ cmd_find_try_TMUX(struct client *c, struct window *w)
u_int session;
struct session *s;
envent = environ_find(&c->environ, "TMUX");
envent = environ_find(c->environ, "TMUX");
if (envent == NULL)
return (NULL);