diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-12-16 13:28:33 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-12-16 13:28:37 +0100 |
commit | 80b3fe33434ffe3c8631dfcd32f0c734230f8a9f (patch) | |
tree | dbeb0e0e09192b9faa1383e9cffc37cc622616be /testing/lua-ejdb/unbundle-inspect.patch | |
parent | 8475029ab7449158ad81a5f71ecc9c0928e7b245 (diff) | |
download | aports-80b3fe33434ffe3c8631dfcd32f0c734230f8a9f.tar.bz2 aports-80b3fe33434ffe3c8631dfcd32f0c734230f8a9f.tar.xz |
testing/lua-ejdb: new aport
Diffstat (limited to 'testing/lua-ejdb/unbundle-inspect.patch')
-rw-r--r-- | testing/lua-ejdb/unbundle-inspect.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/lua-ejdb/unbundle-inspect.patch b/testing/lua-ejdb/unbundle-inspect.patch new file mode 100644 index 0000000000..a2694a004f --- /dev/null +++ b/testing/lua-ejdb/unbundle-inspect.patch @@ -0,0 +1,17 @@ +--- ./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; |