From 4330375cb7ce3495c90817856d3c3dc320c6bd25 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 17 Aug 2009 21:38:03 +0200 Subject: Next release, tag 1.0.10. --- fs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs.lua') diff --git a/fs.lua b/fs.lua index 0b6fbd9..01d902a 100644 --- a/fs.lua +++ b/fs.lua @@ -26,7 +26,7 @@ local function worker(format) -- table for each mount point with gmatch local size, used, avail, usep, mount = -- Instead match all at once, including network file systems - line:match('^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$') + line:match("^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$") fs_info["{"..mount.." size}"] = size fs_info["{"..mount.." used}"] = used -- cgit v1.2.3