diff options
Diffstat (limited to 'unmaintained/lua-ejdb/unbundle-inspect.patch')
-rw-r--r-- | unmaintained/lua-ejdb/unbundle-inspect.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/unmaintained/lua-ejdb/unbundle-inspect.patch b/unmaintained/lua-ejdb/unbundle-inspect.patch deleted file mode 100644 index a2694a004f..0000000000 --- a/unmaintained/lua-ejdb/unbundle-inspect.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- ./ejdb.lua.orig -+++ ./ejdb.lua -@@ -1,6 +1,6 @@ - local luaejdb = require("luaejdb") - assert(type(luaejdb) == "table") --local inspect = require("ejdb.inspect") -+local inspect = require("inspect") - - -- ------------ Misc ----------------------- - -@@ -532,4 +532,4 @@ - }) - luaejdb.Q = luaejdb.B -- Name variations - --return luaejdb; -\ No newline at end of file -+return luaejdb; |