From fcaab1b363fcd5ff2dccce8f98cacabc5635ba5f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 19:24:30 +0000 Subject: Change use of require to work with Lua 5.2 --- bin/acf-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/acf-cli') diff --git a/bin/acf-cli b/bin/acf-cli index aaa32dc..dab8c0f 100755 --- a/bin/acf-cli +++ b/bin/acf-cli @@ -20,7 +20,7 @@ Output will be a serialized Lua table unless specified otherwise with "viewtype" return end -require("posix") +posix = require("posix") mvc = require("acf.mvc") FRAMEWORK=mvc:new() -- cgit v1.2.3