From e925929f1a86f8dc121e94523a5d6ed3ce4e5537 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 23 Aug 2012 13:52:33 +0000 Subject: [PATCH] fix defect 3555671 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13586 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index a4072b9a1..f74ace290 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -4851,7 +4851,7 @@ sub run_rsync_postscripts # now remove .post from the postscript file for the compare # with the returned file name - my($tp,$post) = split(/.post/,$tmppostfile); + my($tp,$post) = split(/\.post/,$tmppostfile); $tmppostfile = $tp; foreach my $line (@rsync_output) { my($hostname,$ps) = split(/: /, $line);