diff options
Diffstat (limited to 'fs.lua')
-rw-r--r-- | fs.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -199,6 +199,8 @@ function mymodule.find_files_as_array ( what, where, follow, t ) table.insert (t, where ) end + table.sort(t) + return (t) end |