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:
parent
faebfe2e07
commit
ab08444f95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61295
@ -300,6 +300,7 @@ main(argc, argv)
|
||||
#ifdef COLORLS
|
||||
if (f_color) {
|
||||
(void) signal(SIGINT, colorquit);
|
||||
(void) signal(SIGQUIT, colorquit);
|
||||
parsecolors(getenv("LSCOLORS"));
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user