mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
tools/jabberd14sql2prosody: Fix package.path (thanks daurnimator)
This commit is contained in:
parent
1f74845db7
commit
70b5195b4f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue