]> git.e2factory.org Git - e2factory.git/commitdiff
Require luafile
authorTobias Ulmer <tu@emlix.com>
Tue, 7 Aug 2012 14:10:48 +0000 (16:10 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 8 Aug 2012 12:44:01 +0000 (14:44 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index 42ee02dd27182f2903222ee246c68bf40560e2d7..c083a1a86adbd64ac00c7c82a21f490341d9074d 100644 (file)
@@ -33,7 +33,7 @@ require("err")
 require("plugin")
 local tools = require("tools")
 local cache = require("cache")
-require("luafile")
+local luafile = require("luafile")
 
 _version = "e2factory, the emlix embedded build system, version " ..
                                                        buildconfig.VERSION