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:
parent
aeae30cc5b
commit
2eecc8dd5f
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user