1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61295

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