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
This commit is contained in:
lissav 2009-08-27 16:34:01 +00:00
parent 491df32fa7
commit d5ec019f71

View File

@ -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);
}