diff options
| -rw-r--r-- | noice.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -918,6 +918,8 @@ main(int argc, char *argv[]) ipath = "/"; } + signal(SIGINT, SIG_IGN); + /* Test initial path */ if (canopendir(ipath) == 0) printerr(1, ipath); |