mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosodyctl: Fix weird indentation
This commit is contained in:
parent
9b980ad640
commit
4dbcac1633
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ CFG_DATADIR=CFG_DATADIR or os.getenv("PROSODY_DATADIR");
|
||||||
|
|
||||||
local function is_relative(path)
|
local function is_relative(path)
|
||||||
local path_sep = package.config:sub(1,1);
|
local path_sep = package.config:sub(1,1);
|
||||||
return ((path_sep == "/" and path:sub(1,1) ~= "/")
|
return ((path_sep == "/" and path:sub(1,1) ~= "/")
|
||||||
or (path_sep == "\\" and (path:sub(1,1) ~= "/" and path:sub(2,3) ~= ":\\")))
|
or (path_sep == "\\" and (path:sub(1,1) ~= "/" and path:sub(2,3) ~= ":\\")))
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Tell Lua where to find our libraries
|
-- Tell Lua where to find our libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue