tools/jabberd14sql2prosody: Fix package.path (thanks daurnimator)

This commit is contained in:
Kim Alvefur 2014-04-22 23:14:53 +02:00
parent 1f74845db7
commit 70b5195b4f

View file

@ -428,7 +428,7 @@ end
end
-- import modules
package.path = package.path.."..\?.lua;";
package.path = package.path..";../?.lua;";
local my_name = arg[0];
if my_name:match("[/\\]") then