defect 3111381: added the missing ;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8476 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-12-20 09:30:09 +00:00
parent e9a21e4b5b
commit 343ce58a7e

View File

@ -145,7 +145,7 @@ $xcatdir = (($tmp and $tmp->{value}) ? $tmp->{value} : "/etc/xcat");
$sitetab->close;
my $progname;
$SIG{PIPE} = sub {
confess "SIGPIPE $$progname encountered a broken pipe (probably Ctrl-C by client)"
confess "SIGPIPE $$progname encountered a broken pipe (probably Ctrl-C by client)";
};
$progname = \$0;