fix return structure from get_filelist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7199 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
dc27bd58d5
commit
d1e30c8f7b
@ -3530,7 +3530,7 @@ sub get_filelist
|
||||
$ext2 = "";
|
||||
$ext1 = "";
|
||||
}
|
||||
return \@filelist;
|
||||
return @filelist;
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user