From 616450e5fcb90619477354f34bfd25de2081f5fa Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 20 Oct 2012 10:37:35 +0200 Subject: repair oversight in l-file --- lualibs-file.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lualibs-file.lua') diff --git a/lualibs-file.lua b/lualibs-file.lua index 7ab9fbc..bea4ef0 100644 --- a/lualibs-file.lua +++ b/lualibs-file.lua @@ -14,6 +14,7 @@ local file = file local insert, concat = table.insert, table.concat local find, gmatch, match, gsub, sub, char, lower = string.find, string.gmatch, string.match, string.gsub, string.sub, string.char, string.lower local lpegmatch = lpeg.match +local getcurrentdir, attributes = lfs.currentdir, lfs.attributes local P, R, S, C, Cs, Cp, Cc = lpeg.P, lpeg.R, lpeg.S, lpeg.C, lpeg.Cs, lpeg.Cp, lpeg.Cc -- cgit v1.2.3