Do SIGINT cleanup for SIGQUIT as well.

This commit is contained in:
Martin Cracauer 2000-06-05 20:38:47 +00:00
parent faebfe2e07
commit ab08444f95

View File

@ -300,6 +300,7 @@ main(argc, argv)
#ifdef COLORLS
if (f_color) {
(void) signal(SIGINT, colorquit);
(void) signal(SIGQUIT, colorquit);
parsecolors(getenv("LSCOLORS"));
}
#endif