Ignore SIGQUIT

This commit is contained in:
Arun Prakash Jana 2018-11-12 03:14:43 +05:30
parent 784ed6fefe
commit fabcc488ea
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -3543,6 +3543,7 @@ int main(int argc, char *argv[])
cfg.autoselect = 0;
signal(SIGINT, SIG_IGN);
signal(SIGQUIT, SIG_IGN);
/* Test initial path */
if (!xdiraccess(ipath)) {