Ignore -S when start dir is specified

This commit is contained in:
Arun Prakash Jana 2020-05-06 23:26:40 +05:30
parent fcab64263e
commit db3a46a197
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 0 deletions

View File

@ -7041,6 +7041,9 @@ int main(int argc, char *argv[])
spawn(opener, arg, NULL, NULL, cfg.cliopener ? F_CLI : F_NOTRACE | F_NOWAIT);
return _SUCCESS;
}
if (session)
session = NULL;
}
}