- Capture SIGTERM as well as SIGHUP.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2007 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2010-08-25 20:29:38 +00:00
parent ae4833b40b
commit fe447b1c3e
+2 -1
View File
@@ -208,7 +208,8 @@ my $_NOPROMPT_;
my %CURRENT;
$SIG{INT} = \&commitSuicide;
$SIG{INT} = \&commitSuicide;
$SIG{TERM} = \&commitSuicide;
use vars qw($Version);