Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dgl committed Oct 20, 2002
1 parent 98baa05 commit c78e6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nph-irc.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use vars qw(
);

($VERSION =
'$Name: $ 0_5_CVS $Id: nph-irc.cgi,v 1.69 2002/10/17 21:24:11 dgl Exp $'
'$Name: $ 0_5_CVS $Id: nph-irc.cgi,v 1.70 2002/10/20 17:25:41 dgl Exp $'
) =~ s/^.*?(\d\S+) .*$/$1/;
$VERSION =~ s/_/./g;

Expand All @@ -55,7 +55,7 @@ use Command;
require 'parse.pl';

my $needtodie = 0;
$SIG{HUP} = $SIG{INT} = $SIG{TERM} = = sub { $needtodie = 1 };
$SIG{HUP} = $SIG{INT} = $SIG{TERM} = sub { $needtodie = 1 };
# Pipe isn't bad..
$SIG{PIPE} = 'IGNORE';

Expand Down

0 comments on commit c78e6e0

Please sign in to comment.