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:
lissav 2012-12-12 12:24:06 +00:00
parent 5af1c7bbb4
commit 34f064c024

View File

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