fix xdcp -l root parsing problem
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14634 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5af1c7bbb4
commit
34f064c024
@ -100,10 +100,6 @@ else
|
||||
|
||||
foreach my $sarg (@SaveARGV)
|
||||
{
|
||||
if (($bname eq "xdcp") && ($sarg !~ /^-/) && ( $sarg !~ /^\//))
|
||||
{
|
||||
$sarg = xCAT::Utils->full_path($sarg);
|
||||
}
|
||||
push(@{$cmdref->{arg}}, $sarg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user