Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-02-16 12:01:21 +00:00
5 changed files with 10 additions and 14 deletions

2
tmux.c
View File

@ -80,7 +80,7 @@ getshell(void)
static int
checkshell(const char *shell)
{
if (shell == NULL || *shell == '\0' || *shell != '/')
if (shell == NULL || *shell != '/')
return (0);
if (areshell(shell))
return (0);