fix xdcp node1 -T from_file to_file problem

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5297 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-02-25 14:57:19 +00:00
parent aeae30cc5b
commit 2eecc8dd5f

View File

@ -98,7 +98,7 @@ else
foreach my $sarg (@SaveARGV)
{
if (($bname eq "xdcp") && ($sarg !~ /^\//))
if (($bname eq "xdcp") && ($sarg !~ /^-/) && ( $sarg !~ /^\//))
{
$sarg = xCAT::Utils->full_path($sarg);
}