summaryrefslogtreecommitdiffstats
path: root/fs.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:57:08 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:57:08 +0000
commit75117b54d8a43b94b7a6ff797cce06af1647a7aa (patch)
treeaf595795c698dd76b6b285ab5ad5c525ffca5adb /fs.lua
parentee99aaec435442035100801ac7093ca536375265 (diff)
downloadacf-lib-75117b54d8a43b94b7a6ff797cce06af1647a7aa.tar.bz2
acf-lib-75117b54d8a43b94b7a6ff797cce06af1647a7aa.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'fs.lua')
-rw-r--r--fs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.lua b/fs.lua
index 45287b9..ed4f72e 100644
--- a/fs.lua
+++ b/fs.lua
@@ -7,7 +7,7 @@
module (..., package.seeall)
-require("posix")
+posix = require("posix")
format = require("acf.format")
-- generic wrapper funcs