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:
parent
e9a21e4b5b
commit
343ce58a7e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user