From 9e892799d627981f5caaca4e1cf0fd4fd39191c1 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 23 Aug 2012 13:56:05 +0000 Subject: [PATCH] fix defect 3555671 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13587 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 a32c9f5d5..10ce281f4 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -5341,7 +5341,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);