aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-04-22 23:14:53 +0200
committerKim Alvefur <zash@zash.se>2014-04-22 23:14:53 +0200
commit70b5195b4fd077010c5b3a0e523e978cf2914310 (patch)
treebc65e2746735a57ed0175243028ac2dd1fee8814 /tools
parent1f74845db7945a874ef308a9fe32edce4b2ed7fc (diff)
downloadprosody-70b5195b4fd077010c5b3a0e523e978cf2914310.tar.gz
prosody-70b5195b4fd077010c5b3a0e523e978cf2914310.zip
tools/jabberd14sql2prosody: Fix package.path (thanks daurnimator)
Diffstat (limited to 'tools')
-rw-r--r--tools/jabberd14sql2prosody.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jabberd14sql2prosody.lua b/tools/jabberd14sql2prosody.lua
index d6a6753f..386bdcf0 100644
--- a/tools/jabberd14sql2prosody.lua
+++ b/tools/jabberd14sql2prosody.lua
@@ -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