summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs.lua b/fs.lua
index e605fa2..364e9fc 100644
--- a/fs.lua
+++ b/fs.lua
@@ -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