From 343ce58a7efe7dd10a3fed888c91fab1e66bc59c Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 20 Dec 2010 09:30:09 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 2ae479020..d33ccd8b3 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -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;