It's a C module, so it does not share the strict loading requirements of
the new Lua modules. Load it explicitly, otherwise many functions in
e2lib will terminate with a backtrace unless another module loaded
e2util before.
Signed-off-by: Tobias Ulmer <tu@emlix.com>
package.loaded["e2lib"] = e2lib
require("buildconfig")
+require("e2util")
local lock = require("lock")
local err = require("err")
local plugin = require("plugin")