From d5ec019f71e0c7bddfcc0462c01d94adc4f3fd9b Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 27 Aug 2009 16:34:01 +0000 Subject: [PATCH] Defect 2845457change to support new rsync file syntax, either file1 file2 -> directory or file -> file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4050 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 824566b6c..4681c7b9d 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -4572,7 +4572,7 @@ sub parse_rsync_input_file_on_SN { $dest_dir = $dest_file; } - else + else # a file path { $dest_dir = dirname($dest_file); }