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:
lissav 2010-08-24 13:27:45 +00:00
parent dc27bd58d5
commit d1e30c8f7b

View File

@ -3530,7 +3530,7 @@ sub get_filelist
$ext2 = "";
$ext1 = "";
}
return \@filelist;
return @filelist;
}
1;